MVN

org.flexlabs : androidextensions

Maven & Gradle

Jun 08, 2013
2 stars

Android Extensions · A number of classes/widgets that provide additional functionality. I've created them to either simplify my life, or fix some of the bugs that are present in the official classes

<dependency>
    <groupId>org.flexlabs</groupId>
    <artifactId>androidextensions</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.flexlabs : androidextensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.flexlabs : androidextensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
androidextensions-0.3.2

How to add a dependency to Maven

Add the following org.flexlabs : androidextensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.flexlabs</groupId>
    <artifactId>androidextensions</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.flexlabs : androidextensions gradle dependency to your build.gradle file:

implementation 'org.flexlabs:androidextensions:0.3.2'

Gradle Kotlin DSL: Add the following org.flexlabs : androidextensions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.flexlabs:androidextensions:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.flexlabs : androidextensions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.flexlabs" % "androidextensions" % "0.3.2"