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-2.0.2.pom download
android-util-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michael-rapp</groupId>
  <artifactId>android-util</artifactId>
  <version>2.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.michael-rapp:android-util:2.0.2'
Gradle Kotlin
implementation("com.github.michael-rapp:android-util:2.0.2")
Scala SBT
libraryDependencies += "com.github.michael-rapp" % "android-util" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michael-rapp', module='android-util', version='2.0.2')
)
Apache Ivy
<dependency org="com.github.michael-rapp" name="android-util" rev="2.0.2" />
Leiningen
[com.github.michael-rapp/android-util "2.0.2"]
Apache Buildr
'com.github.michael-rapp:android-util:jar:2.0.2'