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