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