Package io.quarkus.deployment.index
Interface ApplicationArchiveBuildStep.IndexDependencyConfiguration.IndexDependencyConfig
- Enclosing interface:
ApplicationArchiveBuildStep.IndexDependencyConfiguration
public static interface ApplicationArchiveBuildStep.IndexDependencyConfiguration.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).
-