Uses of Interface
org.apache.maven.api.DependencyProperties
Packages that use DependencyProperties
-
Uses of DependencyProperties in org.apache.maven.api
Methods in org.apache.maven.api that return DependencyPropertiesModifier and TypeMethodDescriptionDependency.getDependencyProperties()
The dependency properties.Type.getDependencyProperties()
Gets the default properties associated with this dependency type. -
Uses of DependencyProperties in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement DependencyPropertiesModifier and TypeClassDescriptionclass
Default implementation of artifact properties.Methods in org.apache.maven.internal.impl that return DependencyPropertiesModifier and TypeMethodDescriptionDefaultDependency.getDependencyProperties()
DefaultType.getDependencyProperties()
Constructors in org.apache.maven.internal.impl with parameters of type DependencyPropertiesModifierConstructorDescriptionDefaultType
(String id, String extension, String classifier, DependencyProperties dependencyProperties)