A

AndroidUtils

Android 7.1.2 智能终端常用功能的集合
https://gitee.com/aityu/AndroidUtils.git
The Apache License, Version 2.0
爱T鱼
文件下载
文件名 操作
AndroidUtils-4.0.2.pom 下载
AndroidUtils-4.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rangotec.utils</groupId>
  <artifactId>AndroidUtils</artifactId>
  <version>4.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.rangotec.utils:AndroidUtils:4.0.2'
Gradle Kotlin
implementation("com.rangotec.utils:AndroidUtils:4.0.2")
Scala SBT
libraryDependencies += "com.rangotec.utils" % "AndroidUtils" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.rangotec.utils', module='AndroidUtils', version='4.0.2')
)
Apache Ivy
<dependency org="com.rangotec.utils" name="AndroidUtils" rev="4.0.2" />
Leiningen
[com.rangotec.utils/AndroidUtils "4.0.2"]
Apache Buildr
'com.rangotec.utils:AndroidUtils:jar:4.0.2'