All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.realityforge.bazel.depgen.Constants Maven / Gradle / Ivy

Go to download

bazel-depgen: Generate Bazel dependency scripts by traversing Maven repositories

There is a newer version: 0.19
Show newest version
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