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