| Interface | Description |
|---|---|
| EffectivePomLoader |
An
EffectivePomLoader loads the effective pom from a Maven pom file and retrieves (parts
of) its contents. |
| Class | Description |
|---|---|
| MavenImportExtension |
Gradle project extension for specifying a Maven settings file, a mapping from Maven scopes to
Gradle configurations, and the Maven libraries to use when importing from a Maven pom file.
|
| PomConvertTask |
A task that imports dependencies and/or repositories from a Maven pom file and writes them to an
output file on Gradle notation.
|