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