文件下载
文件名 操作
utils-core-2.8.9.pom 下载
utils-core-2.8.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.Shouheng88</groupId>
  <artifactId>utils-core</artifactId>
  <version>2.8.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.Shouheng88:utils-core:2.8.9'
Gradle Kotlin
implementation("com.github.Shouheng88:utils-core:2.8.9")
Scala SBT
libraryDependencies += "com.github.Shouheng88" % "utils-core" % "2.8.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.Shouheng88', module='utils-core', version='2.8.9')
)
Apache Ivy
<dependency org="com.github.Shouheng88" name="utils-core" rev="2.8.9" />
Leiningen
[com.github.Shouheng88/utils-core "2.8.9"]
Apache Buildr
'com.github.Shouheng88:utils-core:jar:2.8.9'
本项目依赖
该项目无第三方依赖