MVN

com.uwetrottmann.androidutils : androidutils

Maven & Gradle

Aug 16, 2023
38 stars

AndroidUtils · Little helpers for Android development.

<dependency>
    <groupId>com.uwetrottmann.androidutils</groupId>
    <artifactId>androidutils</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uwetrottmann.androidutils : androidutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.uwetrottmann.androidutils : androidutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
androidutils-4.0.0
3.1.x
androidutils-3.1.0
3.0.x
androidutils-3.0.0
2.4.x
androidutils-2.4.1
androidutils-2.4.0
2.3.x
androidutils-2.3.1
androidutils-2.3.0
2.2.x
androidutils-2.2.1
androidutils-2.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.uwetrottmann.androidutils</groupId>
    <artifactId>androidutils</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uwetrottmann.androidutils : androidutils gradle dependency to your build.gradle file:

implementation 'com.uwetrottmann.androidutils:androidutils:4.0.0'

Gradle Kotlin DSL: Add the following com.uwetrottmann.androidutils : androidutils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uwetrottmann.androidutils:androidutils:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uwetrottmann.androidutils : androidutils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uwetrottmann.androidutils" % "androidutils" % "4.0.0"