is not current version
Last Version 0.4.5

org.jetbrains.kotlinx:ki-shell 0.3

Implementation of Ki Shell

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.jetbrains.kotlinx
ArtifactId

ArtifactId

ki-shell
Version

Version

0.3
Type

Type

jar

Download ki-shell 0.3


<!-- https://jarcasting.com/artifacts/org.jetbrains.kotlinx/ki-shell/ -->
<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>ki-shell</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/ki-shell/
implementation 'org.jetbrains.kotlinx:ki-shell:0.3'
// https://jarcasting.com/artifacts/org.jetbrains.kotlinx/ki-shell/
implementation ("org.jetbrains.kotlinx:ki-shell:0.3")
'org.jetbrains.kotlinx:ki-shell:jar:0.3'
<dependency org="org.jetbrains.kotlinx" name="ki-shell" rev="0.3">
  <artifact name="ki-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.kotlinx', module='ki-shell', version='0.3')
)
libraryDependencies += "org.jetbrains.kotlinx" % "ki-shell" % "0.3"
[org.jetbrains.kotlinx/ki-shell "0.3"]