Uses of Interface
org.apache.maven.api.VersionRange
Packages that use VersionRange
-
Uses of VersionRange in org.apache.maven.api
Methods in org.apache.maven.api that return VersionRangeModifier 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
Methods in org.apache.maven.api.services that return VersionRangeModifier and TypeMethodDescriptionVersionParser.parseVersionRange(String range) Parses the specified version range specification, for example "[1.0,2.0)".