In bundle: saker.maven.support
Represents Maven artifact coordinates in the format of <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>.
Summary
ArtifactId | The artifact identifier of the artifact. |
Classifier | The classifier of the artifact. |
Extension | The extension of the artifact. |
GroupId | The group identifier of the artifact. |
Version | The version of the artifact. |
Fields
The artifact identifier of the artifact. E.g. "maven-model".
The classifier of the artifact. E.g. "sources".