saker.maven.support Documentation TaskDoc JavaDoc Packages
Represents Maven artifact coordinates in the format of <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>.
Summary
Fields
ArtifactIdThe artifact identifier of the artifact.
ClassifierThe classifier of the artifact.
ExtensionThe extension of the artifact.
GroupIdThe group identifier of the artifact.
VersionThe version of the artifact.
Fields
The artifact identifier of the artifact. E.g. "maven-model".
The classifier of the artifact. E.g. "sources".
The extension of the artifact. E.g. "jar".
The group identifier of the artifact. E.g. "org.apache.maven".
The version of the artifact. E.g. "1.0.1". The version can contain additional components such as "1.0.1-SNAPSHOT".