is not current version
Last Version 2.1

com.github.dcendents:android-maven-gradle-plugin 1.4

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

Categories

Categories

Maven Build Tools Gradle
GroupId

GroupId

com.github.dcendents
ArtifactId

ArtifactId

android-maven-gradle-plugin
Version

Version

1.4
Type

Type

jar

Download android-maven-gradle-plugin 1.4


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