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