MVN

org.jetbrains.kotlinx : kotlin-jupyter-compiler

Maven & Gradle

Jul 28, 2021
1 usages
1k stars

kotlin-jupyter-compiler · Implementation of REPL compiler and preprocessor for Jupyter dialect of Kotlin (IDE-compatible)

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlin-jupyter-compiler</artifactId>
    <version>0.10.0-168</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlinx : kotlin-jupyter-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0-168

All Versions

Choose a version of org.jetbrains.kotlinx : kotlin-jupyter-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
kotlin-jupyter-compiler-0.10.0-168
kotlin-jupyter-compiler-0.10.0-158
kotlin-jupyter-compiler-0.10.0-157
kotlin-jupyter-compiler-0.10.0-156-1
kotlin-jupyter-compiler-0.10.0-155-1
kotlin-jupyter-compiler-0.10.0-154-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jetbrains.kotlinx</groupId>
    <artifactId>kotlin-jupyter-compiler</artifactId>
    <version>0.10.0-168</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlinx : kotlin-jupyter-compiler gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlinx:kotlin-jupyter-compiler:0.10.0-168'

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

implementation("org.jetbrains.kotlinx:kotlin-jupyter-compiler:0.10.0-168")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlinx : kotlin-jupyter-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlinx" % "kotlin-jupyter-compiler" % "0.10.0-168"