Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
VersionRange |
ArtifactCoordinate.getVersion()
The version of the artifact.
|
VersionRange |
Session.parseVersionRange(String versionRange)
Shortcut for
getService(VersionParser.class).parseVersionRange(...) |
Modifier and Type | Method and Description |
---|---|
VersionRange |
VersionParser.parseVersionRange(String range)
Parses the specified version range specification, for example "[1.0,2.0)".
|
Modifier and Type | Method and Description |
---|---|
VersionRange |
DefaultDependencyCoordinate.getVersion() |
VersionRange |
DefaultArtifactCoordinate.getVersion() |
VersionRange |
AbstractSession.parseVersionRange(String versionRange) |
VersionRange |
DefaultVersionParser.parseVersionRange(String range) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.