Package io.quarkus.maven.dependency
Interface ArtifactCoords
-
- All Known Subinterfaces:
Dependency,ResolvableDependency,ResolvedDependency
- All Known Implementing Classes:
AppArtifact,AppArtifactCoords,AppDependency,ArtifactDependency,GACTV,ResolvedArtifactDependency
public interface ArtifactCoords
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetArtifactId()StringgetClassifier()StringgetGroupId()ArtifactKeygetKey()StringgetType()StringgetVersion()default StringtoCompactCoords()default StringtoGACTVString()
-
-
-
Field Detail
-
TYPE_JAR
static final String TYPE_JAR
- See Also:
- Constant Field Values
-
TYPE_POM
static final String TYPE_POM
- See Also:
- Constant Field Values
-
DEFAULT_CLASSIFIER
static final String DEFAULT_CLASSIFIER
- See Also:
- Constant Field Values
-
-