Uses of Interface
org.apache.maven.api.VersionConstraint
Packages that use VersionConstraint
Package
Description
Maven Core API
Defines core service interfaces that provide essential Maven functionality such as
 artifact resolution, dependency management, and build execution.
- 
Uses of VersionConstraint in org.apache.maven.apiMethods 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.servicesMethods 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)".