Package io.quarkus.maven.dependency
Interface ArtifactCoords
- All Known Subinterfaces:
Dependency,ResolvableDependency,ResolvedDependency
- All Known Implementing Classes:
AppArtifact,AppArtifactCoords,AppDependency,ArtifactCoords,ArtifactDependency,GACTV,ResolvedArtifactDependency,ResolvedDependencyBuilder
public interface ArtifactCoords
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactCoordsfromString(String str) getKey()getType()default booleanisJar()default booleanstatic ArtifactCoordsstatic ArtifactCoordsstatic ArtifactCoordsstatic ArtifactCoordsdefault Stringdefault String
-
Field Details
-
TYPE_JAR
- See Also:
-
TYPE_POM
- See Also:
-
DEFAULT_CLASSIFIER
- See Also:
-
-
Method Details
-
fromString
-
pom
-
jar
-
jar
-
of
-
getGroupId
String getGroupId() -
getArtifactId
String getArtifactId() -
getClassifier
String getClassifier() -
getType
String getType() -
getVersion
String getVersion() -
getKey
ArtifactKey getKey() -
isJar
default boolean isJar() -
isSnapshot
default boolean isSnapshot() -
toGACTVString
-
toCompactCoords
-