MVN

de.jodamob.android : android-gluten

Maven & Gradle

Mar 25, 2015
19 stars

android-gluten · Glue code between popular android libraries

<dependency>
    <groupId>de.jodamob.android</groupId>
    <artifactId>android-gluten</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jodamob.android : android-gluten to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of de.jodamob.android : android-gluten to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
android-gluten-0.7.1
0.7
android-gluten-0.7
0.6
android-gluten-0.6
0.5.x
android-gluten-0.5.2
0.5
android-gluten-0.5
0.3
android-gluten-0.3-20-g65bdcd2
android-gluten-0.3-14-gdedac99
android-gluten-0.3-12-g8bb4dd9
android-gluten-0.3-11-gc53284d
android-gluten-0.3-10-gef09802
android-gluten-0.3-9-gf7c9487
android-gluten-0.3-8-gfeb33f8
android-gluten-0.3-5-g8f52273
android-gluten-0.3-3-g89a07a5
0.2
android-gluten-0.2-16-gfbf52e4
android-gluten-0.2-11-g787ca31
android-gluten-0.2-6-g39f6922
android-gluten-0.2-4-g2b661b6
android-gluten-0.2-1-g01f4ba1

How to add a dependency to Maven

Add the following de.jodamob.android : android-gluten maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jodamob.android</groupId>
    <artifactId>android-gluten</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jodamob.android : android-gluten gradle dependency to your build.gradle file:

implementation 'de.jodamob.android:android-gluten:0.7.1'

Gradle Kotlin DSL: Add the following de.jodamob.android : android-gluten gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jodamob.android:android-gluten:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jodamob.android : android-gluten sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jodamob.android" % "android-gluten" % "0.7.1"