Gradle Android Maven Plugin

Modification to the standard Maven plugin to be compatible with android-library projects (aar).

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.dcendents
ArtifactId

ArtifactId

android-maven-plugin
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Android Maven Plugin
Modification to the standard Maven plugin to be compatible with android-library projects (aar).
Project URL

Project URL

https://github.com/dcendents/android-maven-plugin
Source Code Management

Source Code Management

https://github.com/dcendents/android-maven-plugin.git

Download android-maven-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dcendents/android-maven-plugin/ -->
<dependency>
    <groupId>com.github.dcendents</groupId>
    <artifactId>android-maven-plugin</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcendents/android-maven-plugin/
implementation 'com.github.dcendents:android-maven-plugin:1.2'
// https://jarcasting.com/artifacts/com.github.dcendents/android-maven-plugin/
implementation ("com.github.dcendents:android-maven-plugin:1.2")
'com.github.dcendents:android-maven-plugin:jar:1.2'
<dependency org="com.github.dcendents" name="android-maven-plugin" rev="1.2">
  <artifact name="android-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcendents', module='android-maven-plugin', version='1.2')
)
libraryDependencies += "com.github.dcendents" % "android-maven-plugin" % "1.2"
[com.github.dcendents/android-maven-plugin "1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0