MVN

com.github.khud : kshell-repl-api

Maven & Gradle

Apr 29, 2019
0 stars

Alternative Kotlin REPL Engine · Project provides alternative REPL API and implementation for Kotlin programming language.

<dependency>
    <groupId>com.github.khud</groupId>
    <artifactId>kshell-repl-api</artifactId>
    <version>0.2.7-1.3.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.khud : kshell-repl-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7-1.3.31

All Versions

Choose a version of com.github.khud : kshell-repl-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
kshell-repl-api-0.2.7-1.3.31
kshell-repl-api-0.2.5-1.2.60
kshell-repl-api-0.2.4-1.2.60
kshell-repl-api-0.2.3-1.2.30
kshell-repl-api-0.2.3-1.2.41
kshell-repl-api-0.2.2-1.2.30
kshell-repl-api-0.2.2-1.2.41

How to add a dependency to Maven

Add the following com.github.khud : kshell-repl-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.khud</groupId>
    <artifactId>kshell-repl-api</artifactId>
    <version>0.2.7-1.3.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.khud : kshell-repl-api gradle dependency to your build.gradle file:

implementation 'com.github.khud:kshell-repl-api:0.2.7-1.3.31'

Gradle Kotlin DSL: Add the following com.github.khud : kshell-repl-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.khud:kshell-repl-api:0.2.7-1.3.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.khud : kshell-repl-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.khud" % "kshell-repl-api" % "0.2.7-1.3.31"

Advertisement