is not current version
Last Version 2.0.4

com.kotlinx:yutils 1.9.1

安卓各种工具

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinx
ArtifactId

ArtifactId

yutils
Version

Version

1.9.1
Type

Type

aar

Download yutils 1.9.1


<!-- https://jarcasting.com/artifacts/com.kotlinx/yutils/ -->
<dependency>
    <groupId>com.kotlinx</groupId>
    <artifactId>yutils</artifactId>
    <version>1.9.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/yutils/
implementation 'com.kotlinx:yutils:1.9.1'
// https://jarcasting.com/artifacts/com.kotlinx/yutils/
implementation ("com.kotlinx:yutils:1.9.1")
'com.kotlinx:yutils:aar:1.9.1'
<dependency org="com.kotlinx" name="yutils" rev="1.9.1">
  <artifact name="yutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='yutils', version='1.9.1')
)
libraryDependencies += "com.kotlinx" % "yutils" % "1.9.1"
[com.kotlinx/yutils "1.9.1"]