-
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
artifactId
String artifactId
-
baseVersion
String baseVersion
Gets the base version of this artifact, for example "1.0-SNAPSHOT". In contrast to the org.eclipse.aether.artifact.Artifact#getVersion(), the
base version will always refer to the unresolved meta version.
org.eclipse.aether.artifact.Artifact#getBaseVersion()
-
classifier
String classifier
-
extension
String extension
-
file
String file
-
groupId
String groupId
-
repositoryUrl
String repositoryUrl
URL on of the Maven repository on which the artifact has been deployed ("mvn deploy")
-
snapshot
boolean snapshot
-
type
String type
-
version
String version
Gets the version of this artifact, for example "1.0-20100529-1213". Note that in case of meta versions like
"1.0-SNAPSHOT", the artifact's version depends on the state of the artifact. Artifacts that have been resolved or
deployed will usually have the meta version expanded.
org.eclipse.aether.artifact.Artifact#getVersion()
-
-
Serialized Fields
-
optional
boolean optional
-
scope
String scope