Abandoned
This is now supported by the android build plugin: https://developer.android.com/studio/build/maven-publish-plugin
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Gradle |
GroupId | GroupIdcom.github.dcendents |
ArtifactId | ArtifactIdandroid-maven-gradle-plugin |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Android Maven Plugin
Modification to the standard Maven plugin to be compatible with android-library projects (aar).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.dcendents/android-maven-gradle-plugin/ -->
<dependency>
<groupId>com.github.dcendents</groupId>
<artifactId>android-maven-gradle-plugin</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcendents/android-maven-gradle-plugin/
implementation 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// https://jarcasting.com/artifacts/com.github.dcendents/android-maven-gradle-plugin/
implementation ("com.github.dcendents:android-maven-gradle-plugin:2.1")
'com.github.dcendents:android-maven-gradle-plugin:jar:2.1'
<dependency org="com.github.dcendents" name="android-maven-gradle-plugin" rev="2.1">
<artifact name="android-maven-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcendents', module='android-maven-gradle-plugin', version='2.1')
)
libraryDependencies += "com.github.dcendents" % "android-maven-gradle-plugin" % "2.1"
[com.github.dcendents/android-maven-gradle-plugin "2.1"]
This is now supported by the android build plugin: https://developer.android.com/studio/build/maven-publish-plugin