MVN

com.github.tobykurien : xtendroid

Maven & Gradle

Mar 23, 2016
248 stars

Xtendroid · Android library for productive Android development using Xtend

<dependency>
    <groupId>com.github.tobykurien</groupId>
    <artifactId>xtendroid</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tobykurien : xtendroid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.github.tobykurien : xtendroid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
xtendroid-0.13
0.12.x
xtendroid-0.12.1
xtendroid-0.12.0
0.11.x
xtendroid-0.11.0
0.10.x
xtendroid-0.10.1
0.10
xtendroid-0.10

How to add a dependency to Maven

Add the following com.github.tobykurien : xtendroid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tobykurien</groupId>
    <artifactId>xtendroid</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tobykurien : xtendroid gradle dependency to your build.gradle file:

implementation 'com.github.tobykurien:xtendroid:0.13'

Gradle Kotlin DSL: Add the following com.github.tobykurien : xtendroid gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tobykurien:xtendroid:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tobykurien : xtendroid sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tobykurien" % "xtendroid" % "0.13"

Advertisement