Interface IndexDependencyConfig


public interface IndexDependencyConfig
  • Method Details

    • groupId

      String groupId()
      The maven groupId of the artifact.
    • artifactId

      Optional<String> artifactId()
      The maven artifactId of the artifact (optional).
    • classifier

      Optional<String> classifier()
      The maven classifier of the artifact (optional).
    • type

      @WithDefault("jar") String type()
      The maven type of the artifact.