MVN

com.soywiz : kds

Maven & Gradle

Jan 18, 2018
2 usages
49 stars

kds · Kds: Kotlin Data Structures for JVM, JS and Common

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>kds</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz : kds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.soywiz : kds to add to Maven or Gradle - All Versions:

  • Version Updated
  • kds-0.6.0

    Jan 18, 2018
  • kds-0.5.0

    Jan 11, 2018
  • kds-0.4.2

    Jan 09, 2018
  • kds-0.4.1

    Jan 09, 2018
  • kds-0.4.0

    Jan 09, 2018
  • kds-0.3.1

    Dec 02, 2017
  • kds-0.3.0

    Nov 28, 2017
  • kds-0.1.0

    Nov 11, 2017

How to add a dependency to Maven

Add the following com.soywiz : kds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>kds</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz : kds gradle dependency to your build.gradle file:

implementation 'com.soywiz:kds:0.6.0'

Gradle Kotlin DSL: Add the following com.soywiz : kds gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz:kds:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz : kds sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz" % "kds" % "0.6.0"

Advertisement