MVN

org.xtend : xtend-android-gradle-plugin

Maven & Gradle

Dec 02, 2015
46 stars

xtend-android-gradle-plugin · A Gradle Plugin that integrates Xtend into the Android build system

<dependency>
    <groupId>org.xtend</groupId>
    <artifactId>xtend-android-gradle-plugin</artifactId>
    <version>0.4.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xtend : xtend-android-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.14

All Versions

Choose a version of org.xtend : xtend-android-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
xtend-android-gradle-plugin-0.4.14
xtend-android-gradle-plugin-0.4.13
xtend-android-gradle-plugin-0.4.12
xtend-android-gradle-plugin-0.4.9
xtend-android-gradle-plugin-0.4.8
xtend-android-gradle-plugin-0.4.7
xtend-android-gradle-plugin-0.4.6
xtend-android-gradle-plugin-0.4.5
xtend-android-gradle-plugin-0.4.4
xtend-android-gradle-plugin-0.4.3
xtend-android-gradle-plugin-0.4.2
xtend-android-gradle-plugin-0.4.1
xtend-android-gradle-plugin-0.4.0
0.3.x
xtend-android-gradle-plugin-0.3.6
xtend-android-gradle-plugin-0.3.5
xtend-android-gradle-plugin-0.3.4
xtend-android-gradle-plugin-0.3.3
xtend-android-gradle-plugin-0.3.2
xtend-android-gradle-plugin-0.3.1
xtend-android-gradle-plugin-0.3.0
0.2.x
xtend-android-gradle-plugin-0.2.2
xtend-android-gradle-plugin-0.2.1
xtend-android-gradle-plugin-0.2.0

How to add a dependency to Maven

Add the following org.xtend : xtend-android-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xtend</groupId>
    <artifactId>xtend-android-gradle-plugin</artifactId>
    <version>0.4.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xtend : xtend-android-gradle-plugin gradle dependency to your build.gradle file:

implementation 'org.xtend:xtend-android-gradle-plugin:0.4.14'

Gradle Kotlin DSL: Add the following org.xtend : xtend-android-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xtend:xtend-android-gradle-plugin:0.4.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xtend : xtend-android-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xtend" % "xtend-android-gradle-plugin" % "0.4.14"

Advertisement