не последняя версия
Последняя версия 1.2

com.github.dcendents:android-maven-plugin 1.1

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

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.dcendents
Идентификатор

Идентификатор

android-maven-plugin
Версия

Версия

1.1
Тип

Тип

jar

Скачать android-maven-plugin 1.1


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