Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.xtend |
ArtifactId | ArtifactIdxtend-android-gradle-plugin |
Version | Version0.4.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xtend/xtend-android-gradle-plugin/ -->
<dependency>
<groupId>org.xtend</groupId>
<artifactId>xtend-android-gradle-plugin</artifactId>
<version>0.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.xtend/xtend-android-gradle-plugin/
implementation 'org.xtend:xtend-android-gradle-plugin:0.4.12'
// https://jarcasting.com/artifacts/org.xtend/xtend-android-gradle-plugin/
implementation ("org.xtend:xtend-android-gradle-plugin:0.4.12")
'org.xtend:xtend-android-gradle-plugin:jar:0.4.12'
<dependency org="org.xtend" name="xtend-android-gradle-plugin" rev="0.4.12">
<artifact name="xtend-android-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xtend', module='xtend-android-gradle-plugin', version='0.4.12')
)
libraryDependencies += "org.xtend" % "xtend-android-gradle-plugin" % "0.4.12"
[org.xtend/xtend-android-gradle-plugin "0.4.12"]