Uses of Interface
org.apache.maven.api.DependencyProperties
Packages that use DependencyProperties
- 
Uses of DependencyProperties in org.apache.maven.apiMethods 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.implClasses in org.apache.maven.internal.impl that implement DependencyPropertiesModifier and TypeClassDescriptionclassDefault 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 language, String extension, String classifier, DependencyProperties dependencyProperties)