MVN

io.github.spencerpark : jupyter-jvm-basekernel

Maven & Gradle

May 06, 2019
1 usages
30 stars

Jupyter JVM Base Kernel · An abstract kernel implementation for Jupyter kernels running on the Java virtual machine.

<dependency>
    <groupId>io.github.spencerpark</groupId>
    <artifactId>jupyter-jvm-basekernel</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.spencerpark : jupyter-jvm-basekernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of io.github.spencerpark : jupyter-jvm-basekernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jupyter-jvm-basekernel-2.3.0
2.2.x
jupyter-jvm-basekernel-2.2.3
jupyter-jvm-basekernel-2.2.2

How to add a dependency to Maven

Add the following io.github.spencerpark : jupyter-jvm-basekernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.spencerpark</groupId>
    <artifactId>jupyter-jvm-basekernel</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.spencerpark : jupyter-jvm-basekernel gradle dependency to your build.gradle file:

implementation 'io.github.spencerpark:jupyter-jvm-basekernel:2.3.0'

Gradle Kotlin DSL: Add the following io.github.spencerpark : jupyter-jvm-basekernel gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.spencerpark:jupyter-jvm-basekernel:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.spencerpark : jupyter-jvm-basekernel sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.spencerpark" % "jupyter-jvm-basekernel" % "2.3.0"