Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
Version |
Artifact.getVersion()
The version of the artifact.
|
Version |
Session.parseVersion(String version)
Shortcut for
getService(VersionParser.class).parseVersion(...) |
Modifier and Type | Method and Description |
---|---|
boolean |
VersionRange.contains(Version version)
Determines whether the specified version is contained within this range.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionParser.parseVersion(String version)
Parses the specified version string, for example "1.0".
|
Modifier and Type | Method and Description |
---|---|
Version |
DefaultDependency.getVersion() |
Version |
DefaultArtifact.getVersion() |
Version |
AbstractSession.parseVersion(String version) |
Version |
DefaultVersionParser.parseVersion(String version) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.