The Xtend Gradle Plugin is now part of the new Xtext Gradle Plugin.
License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.xtend |
ArtifactId | ArtifactIdxtend-android-gradle-plugin |
Last Version | Last Version0.4.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxtend-android-gradle-plugin
A Gradle Plugin that integrates Xtend into the Android build system
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.xtend/xtend-android-gradle-plugin/ -->
<dependency>
<groupId>org.xtend</groupId>
<artifactId>xtend-android-gradle-plugin</artifactId>
<version>0.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.xtend/xtend-android-gradle-plugin/
implementation 'org.xtend:xtend-android-gradle-plugin:0.4.14'
// https://jarcasting.com/artifacts/org.xtend/xtend-android-gradle-plugin/
implementation ("org.xtend:xtend-android-gradle-plugin:0.4.14")
'org.xtend:xtend-android-gradle-plugin:jar:0.4.14'
<dependency org="org.xtend" name="xtend-android-gradle-plugin" rev="0.4.14">
<artifact name="xtend-android-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xtend', module='xtend-android-gradle-plugin', version='0.4.14')
)
libraryDependencies += "org.xtend" % "xtend-android-gradle-plugin" % "0.4.14"
[org.xtend/xtend-android-gradle-plugin "0.4.14"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.7.3 |
org.xtend : xtend-gradle-plugin | jar | 0.4.14 |
com.android.tools.build : gradle | jar | 1.5.0 |
The Xtend Gradle Plugin is now part of the new Xtext Gradle Plugin.