a

android-util

Contains various utility classes for use in Android app development.
https://github.com/michael-rapp/AndroidUtil
Apache License version 2.0
Michael Rapp
Files download
File Operation
android-util-1.20.3.pom download
android-util-1.20.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michael-rapp</groupId>
  <artifactId>android-util</artifactId>
  <version>1.20.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.michael-rapp:android-util:1.20.3'
Gradle Kotlin
implementation("com.github.michael-rapp:android-util:1.20.3")
Scala SBT
libraryDependencies += "com.github.michael-rapp" % "android-util" % "1.20.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michael-rapp', module='android-util', version='1.20.3')
)
Apache Ivy
<dependency org="com.github.michael-rapp" name="android-util" rev="1.20.3" />
Leiningen
[com.github.michael-rapp/android-util "1.20.3"]
Apache Buildr
'com.github.michael-rapp:android-util:jar:1.20.3'