Uses of Interface
org.apache.maven.api.Type
Packages that use Type
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 Type in org.apache.maven.api
Methods in org.apache.maven.api that return TypeModifier and TypeMethodDescriptionDependency.getType()
Returns the type of the dependency.DependencyCoordinates.getType()
Returns the type of the dependency.Session.requireType
(String id) Obtain theType
from the specifiedid
.Packaging.type()
The type of main artifact produced by this packaging. -
Uses of Type in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return Type