MVN

org.jetbrains.kotlinx : ki-shell

Maven & Gradle

Jul 07, 2022
2 usages
552 stars

Ki Shell · Implementation of Ki Shell

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>ki-shell</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlinx : ki-shell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of org.jetbrains.kotlinx : ki-shell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
ki-shell-0.5.2
ki-shell-0.5.1
ki-shell-0.5.0
0.4.x
ki-shell-0.4.5
ki-shell-0.4.4
ki-shell-0.4.3
ki-shell-0.4.2
ki-shell-0.4.1
ki-shell-0.4.0
0.3.x
ki-shell-0.3.3
ki-shell-0.3.2
ki-shell-0.3.1
0.3
ki-shell-0.3

How to add a dependency to Maven

Add the following org.jetbrains.kotlinx : ki-shell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>ki-shell</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlinx : ki-shell gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlinx:ki-shell:0.5.2'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlinx : ki-shell gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlinx:ki-shell:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlinx : ki-shell sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlinx" % "ki-shell" % "0.5.2"

Advertisement