Package org.gradle.api.artifacts.maven

Maven specific classes for dependency management.

See:
          Description

Interface Summary
Conf2ScopeMappingContainer Defines a set of rules for how to map the Gradle dependencies to a pom.
GroovyMavenDeployer Adds Groovy configuration convenience methods on top of the MavenDeployer.
MavenDeployer A resolver that can only be used for uploading artifacts to a Maven repository.
MavenDeployment Represents the artifacts which will be deployed to a maven repository.
MavenFactory Factory for various types related to Maven dependency management.
MavenPom Is used for generating a Maven pom file and customizing the generation.
MavenResolver A DependencyResolver which resolves dependencies from Maven repositories.
PomFilterContainer Manages a set of MavenPom instances and their associated PublishFilter instances.
PublishFilter A filter for artifacts to be published.
XmlProvider Provides various ways to access the content of an XML document.
 

Class Summary
Conf2ScopeMapping An immutable mapping to map a dependency configuration to a Maven scope.
 

Package org.gradle.api.artifacts.maven Description

Maven specific classes for dependency management.