A

AndroidUtils

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