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.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)". -
Uses of VersionConstraint in org.apache.maven.api.services.model
Methods in org.apache.maven.api.services.model that return VersionConstraintModifier and TypeMethodDescriptionModelVersionParser.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)". -
Uses of VersionConstraint in org.apache.maven.impl
Methods in org.apache.maven.impl that return VersionConstraintModifier and TypeMethodDescriptionDefaultArtifactCoordinates.getVersionConstraint()
DefaultDependencyCoordinates.getVersionConstraint()
AbstractSession.parseVersionConstraint
(String versionConstraint) DefaultModelVersionParser.parseVersionConstraint
(String constraint) DefaultVersionParser.parseVersionConstraint
(String constraint)