is not current version
Last Version 2.1.0

com.github.michael-rapp:android-util 2.0.0

Contains various utility classes for use in Android app development.

GroupId

GroupId

com.github.michael-rapp
ArtifactId

ArtifactId

android-util
Version

Version

2.0.0
Type

Type

aar

Download android-util 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/ -->
<dependency>
    <groupId>com.github.michael-rapp</groupId>
    <artifactId>android-util</artifactId>
    <version>2.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/
implementation 'com.github.michael-rapp:android-util:2.0.0'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/
implementation ("com.github.michael-rapp:android-util:2.0.0")
'com.github.michael-rapp:android-util:aar:2.0.0'
<dependency org="com.github.michael-rapp" name="android-util" rev="2.0.0">
  <artifact name="android-util" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-util', version='2.0.0')
)
libraryDependencies += "com.github.michael-rapp" % "android-util" % "2.0.0"
[com.github.michael-rapp/android-util "2.0.0"]