Uses of Interface
org.apache.maven.api.VersionConstraint
Packages that use VersionConstraint
-
Uses of VersionConstraint in org.apache.maven.api
Methods in org.apache.maven.api that return VersionConstraintModifier and TypeMethodDescriptionArtifactCoordinates.getVersionConstraint()Returns the specific version, range of versions or meta-version of the artifact.Session.parseVersionConstraint(String versionConstraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)". -
Uses of VersionConstraint in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return VersionConstraintModifier and TypeMethodDescriptionVersionParser.parseVersionConstraint(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".