Categories |
CategoriesMaven Build Tools Gradle |
---|---|
GroupId | GroupIdcom.github.dcendents |
ArtifactId | ArtifactIdandroid-maven-gradle-plugin |
Version | Version2.0 |
Type | Typejar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcendents/android-maven-gradle-plugin/
implementation 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// https://jarcasting.com/artifacts/com.github.dcendents/android-maven-gradle-plugin/
implementation ("com.github.dcendents:android-maven-gradle-plugin:2.0")
'com.github.dcendents:android-maven-gradle-plugin:jar:2.0'
<dependency org="com.github.dcendents" name="android-maven-gradle-plugin" rev="2.0">
<artifact name="android-maven-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcendents', module='android-maven-gradle-plugin', version='2.0')
)
libraryDependencies += "com.github.dcendents" % "android-maven-gradle-plugin" % "2.0"
[com.github.dcendents/android-maven-gradle-plugin "2.0"]