MVN

org.jupyter-scala : scala-api_2.11.8

Maven & Gradle

May 10, 2017
6 usages
1.5k stars

scala-api · scala-api

<dependency>
    <groupId>org.jupyter-scala</groupId>
    <artifactId>scala-api_2.11.8</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jupyter-scala : scala-api_2.11.8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2
  • Latest Release Candidate: 0.4.0-RC6

All Versions

Choose a version of org.jupyter-scala : scala-api_2.11.8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
scala-api_2.11.8-0.4.2
scala-api_2.11.8-0.4.1
scala-api_2.11.8-0.4.0
scala-api_2.11.8-0.4.0-RC6
scala-api_2.11.8-0.4.0-RC5
scala-api_2.11.8-0.4.0-RC4
scala-api_2.11.8-0.4.0-RC3
scala-api_2.11.8-0.4.0-RC2
scala-api_2.11.8-0.4.0-RC1

How to add a dependency to Maven

Add the following org.jupyter-scala : scala-api_2.11.8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jupyter-scala</groupId>
    <artifactId>scala-api_2.11.8</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jupyter-scala : scala-api_2.11.8 gradle dependency to your build.gradle file:

implementation 'org.jupyter-scala:scala-api_2.11.8:0.4.2'

Gradle Kotlin DSL: Add the following org.jupyter-scala : scala-api_2.11.8 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jupyter-scala:scala-api_2.11.8:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jupyter-scala : scala-api_2.11.8 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jupyter-scala" % "scala-api_2.11.8" % "0.4.2"

Advertisement