is not current version
Last Version 1.0.44

com.github.0xe1f:kotx 1.0

KotX: Kotlin toolkit for Android

GroupId

GroupId

com.github.0xe1f
ArtifactId

ArtifactId

kotx
Version

Version

1.0
Type

Type

aar

Download kotx 1.0

Filename Size
kotx-1.0.pom
kotx-1.0.aar 57 KB
kotx-1.0-sources.jar 781 bytes
Browse

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