Package io.quarkus.deployment.index
Interface IndexDependencyConfig
public interface IndexDependencyConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe maven artifactId of the artifact (optional).The maven classifier of the artifact (optional).groupId()The maven groupId of the artifact.
-
Method Details
-
groupId
String groupId()The maven groupId of the artifact. -
artifactId
The maven artifactId of the artifact (optional). -
classifier
The maven classifier of the artifact (optional).
-