MVN

io.vproxy : kotlin-stdlib-lite

Maven & Gradle

Apr 25, 2023
0 stars

kotlin-stdlib-lite · lite version of kotlin stdlib for certain projects

<dependency>
    <groupId>io.vproxy</groupId>
    <artifactId>kotlin-stdlib-lite</artifactId>
    <version>1.0.1-jdk9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vproxy : kotlin-stdlib-lite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-jdk9

All Versions

Choose a version of io.vproxy : kotlin-stdlib-lite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kotlin-stdlib-lite-1.0.1-jdk9
kotlin-stdlib-lite-1.0.1
kotlin-stdlib-lite-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.vproxy</groupId>
    <artifactId>kotlin-stdlib-lite</artifactId>
    <version>1.0.1-jdk9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vproxy : kotlin-stdlib-lite gradle dependency to your build.gradle file:

implementation 'io.vproxy:kotlin-stdlib-lite:1.0.1-jdk9'

Gradle Kotlin DSL: Add the following io.vproxy : kotlin-stdlib-lite gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vproxy:kotlin-stdlib-lite:1.0.1-jdk9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vproxy : kotlin-stdlib-lite sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vproxy" % "kotlin-stdlib-lite" % "1.0.1-jdk9"