org.realityforge.bazel.depgen.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bazel-depgen Show documentation
Show all versions of bazel-depgen Show documentation
bazel-depgen: Generate Bazel dependency scripts by traversing Maven repositories
package org.realityforge.bazel.depgen;
import javax.annotation.Nonnull;
public final class Constants
{
@Nonnull
public static final String SOURCE_ARTIFACT_FILENAME = "depgen.sources.filename";
@Nonnull
public static final String EXTERNAL_ANNOTATIONS_ARTIFACT_FILENAME = "depgen.annotations.filename";
private Constants()
{
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy