Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.kotlinx |
ArtifactId | ArtifactIdyutils |
Version | Version2.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
yutils-2.0.1.pom | |
yutils-2.0.1-sources.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinx/yutils/ -->
<dependency>
<groupId>com.kotlinx</groupId>
<artifactId>yutils</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinx/yutils/
implementation 'com.kotlinx:yutils:2.0.1'
// https://jarcasting.com/artifacts/com.kotlinx/yutils/
implementation ("com.kotlinx:yutils:2.0.1")
'com.kotlinx:yutils:aar:2.0.1'
<dependency org="com.kotlinx" name="yutils" rev="2.0.1">
<artifact name="yutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinx', module='yutils', version='2.0.1')
)
libraryDependencies += "com.kotlinx" % "yutils" % "2.0.1"
[com.kotlinx/yutils "2.0.1"]