Uses of Interface
org.apache.maven.api.Version
Packages that use Version
Package
Description
-
Uses of Version in org.apache.maven.api
Methods in org.apache.maven.api that return VersionModifier and TypeMethodDescriptionArtifact.getVersion()
The version of the artifact.Session.parseVersion
(String version) Shortcut forgetService(VersionParser.class).parseVersion(...)
Methods in org.apache.maven.api with parameters of type Version -
Uses of Version in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return VersionModifier and TypeMethodDescriptionVersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0". -
Uses of Version in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return VersionModifier and TypeMethodDescriptionDefaultArtifact.getVersion()
DefaultDependency.getVersion()
AbstractSession.parseVersion
(String version) DefaultVersionParser.parseVersion
(String version)