Package io.quarkus.maven.dependency
Interface ArtifactCoords
- All Known Subinterfaces:
Dependency,ResolvableDependency,ResolvedDependency
- All Known Implementing Classes:
AppArtifact,AppArtifactCoords,AppDependency,ArtifactCoords,ArtifactDependency,GACTV,ResolvedArtifactDependency
public interface ArtifactCoords
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactCoordsfromString(String str) getKey()getType()default booleanisJar()static ArtifactCoordsstatic ArtifactCoordsstatic ArtifactCoordsstatic ArtifactCoordsdefault Stringdefault String
-
Field Details
-
TYPE_JAR
- See Also:
-
TYPE_POM
- See Also:
-
DEFAULT_CLASSIFIER
- See Also:
-
-
Method Details