MVN

technology.yiss.kotlin : kotlin-stdlib

Maven & Gradle

Jun 14, 2018
21 usages
45.1k stars

technology.yiss.kotlin:kotlin-stdlib · Kotlin Standard Library for JVM

<dependency>
    <groupId>technology.yiss.kotlin</groupId>
    <artifactId>kotlin-stdlib</artifactId>
    <version>1.2.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of technology.yiss.kotlin : kotlin-stdlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.42

All Versions

Choose a version of technology.yiss.kotlin : kotlin-stdlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
kotlin-stdlib-1.2.42
kotlin-stdlib-1.2.41

How to add a dependency to Maven

Add the following technology.yiss.kotlin : kotlin-stdlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>technology.yiss.kotlin</groupId>
    <artifactId>kotlin-stdlib</artifactId>
    <version>1.2.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following technology.yiss.kotlin : kotlin-stdlib gradle dependency to your build.gradle file:

implementation 'technology.yiss.kotlin:kotlin-stdlib:1.2.42'

Gradle Kotlin DSL: Add the following technology.yiss.kotlin : kotlin-stdlib gradle kotlin dependency to your build.gradle.kts file:

implementation("technology.yiss.kotlin:kotlin-stdlib:1.2.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following technology.yiss.kotlin : kotlin-stdlib sbt scala dependency to your build.sbt file:

libraryDependencies += "technology.yiss.kotlin" % "kotlin-stdlib" % "1.2.42"