Uses of Interface
org.apache.maven.api.VersionRange
Package
Description
-
Uses of VersionRange in org.apache.maven.api
Modifier and TypeMethodDescriptionArtifactCoordinate.getVersion()
The version of the artifact.Session.parseVersionRange
(String versionRange) Shortcut forgetService(VersionParser.class).parseVersionRange(...)
-
Uses of VersionRange in org.apache.maven.api.services
Modifier and TypeMethodDescriptionVersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)". -
Uses of VersionRange in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionDefaultArtifactCoordinate.getVersion()
DefaultDependencyCoordinate.getVersion()
AbstractSession.parseVersionRange
(String versionRange) DefaultVersionParser.parseVersionRange
(String range)