A

AndroidUtils

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