MVN

com.github.0xe1f : kotx

Maven & Gradle

Sep 28, 2019
1 usages

kotx · KotX: Kotlin toolkit for Android

<dependency>
    <groupId>com.github.0xe1f</groupId>
    <artifactId>kotx</artifactId>
    <version>1.0.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.0xe1f : kotx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.44

All Versions

Choose a version of com.github.0xe1f : kotx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kotx-1.0.44
kotx-1.0.42
kotx-1.0.41
kotx-1.0.40
kotx-1.0.39
kotx-1.0.38
kotx-1.0.37
kotx-1.0.36
kotx-1.0.35
kotx-1.0.34
kotx-1.0.33
kotx-1.0.31
kotx-1.0.30
kotx-1.0.29
kotx-1.0.28
kotx-1.0.27
kotx-1.0.25
kotx-1.0.24
kotx-1.0.23
kotx-1.0.22
kotx-1.0.21
kotx-1.0.20
kotx-1.0.19
kotx-1.0.18
kotx-1.0.17
kotx-1.0.16
kotx-1.0.15
kotx-1.0.14
kotx-1.0.13
kotx-1.0.12
kotx-1.0.11
kotx-1.0.10
kotx-1.0.9
kotx-1.0.8
kotx-1.0.7
kotx-1.0.6
kotx-1.0.5
kotx-1.0.4
kotx-1.0.3
kotx-1.0.2
kotx-1.0.1
1.0
kotx-1.0

How to add a dependency to Maven

Add the following com.github.0xe1f : kotx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.0xe1f</groupId>
    <artifactId>kotx</artifactId>
    <version>1.0.44</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.0xe1f : kotx gradle dependency to your build.gradle file:

implementation 'com.github.0xe1f:kotx:1.0.44'

Gradle Kotlin DSL: Add the following com.github.0xe1f : kotx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.0xe1f:kotx:1.0.44")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.0xe1f : kotx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.0xe1f" % "kotx" % "1.0.44"

Advertisement