文件下载
文件名 操作
yutils-2.0.8.pom 下载
yutils-2.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.kotlinx</groupId>
  <artifactId>yutils</artifactId>
  <version>2.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.kotlinx:yutils:2.0.8'
Gradle Kotlin
implementation("com.kotlinx:yutils:2.0.8")
Scala SBT
libraryDependencies += "com.kotlinx" % "yutils" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.kotlinx', module='yutils', version='2.0.8')
)
Apache Ivy
<dependency org="com.kotlinx" name="yutils" rev="2.0.8" />
Leiningen
[com.kotlinx/yutils "2.0.8"]
Apache Buildr
'com.kotlinx:yutils:jar:2.0.8'