MVN

sh.almond : scala-kernel_3.2.2

Maven & Gradle

Jun 30, 2023
1.5k stars

scala-kernel_3.2.2 · scala-kernel

<dependency>
    <groupId>sh.almond</groupId>
    <artifactId>scala-kernel_3.2.2</artifactId>
    <version>0.13.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sh.almond : scala-kernel_3.2.2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.14
  • Latest Release Candidate: 0.14.0-RC10

All Versions

Choose a version of sh.almond : scala-kernel_3.2.2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
scala-kernel_3.2.2-0.14.0-RC10
scala-kernel_3.2.2-0.14.0-RC9
scala-kernel_3.2.2-0.14.0-RC8
scala-kernel_3.2.2-0.14.0-RC7
scala-kernel_3.2.2-0.14.0-RC6
scala-kernel_3.2.2-0.14.0-RC5
scala-kernel_3.2.2-0.14.0-RC4
scala-kernel_3.2.2-0.14.0-RC3
scala-kernel_3.2.2-0.14.0-RC2
scala-kernel_3.2.2-0.14.0-RC1
0.13.x
scala-kernel_3.2.2-0.13.14
scala-kernel_3.2.2-0.13.13
scala-kernel_3.2.2-0.13.12
scala-kernel_3.2.2-0.13.11
scala-kernel_3.2.2-0.13.10
scala-kernel_3.2.2-0.13.9
scala-kernel_3.2.2-0.13.8
scala-kernel_3.2.2-0.13.7
scala-kernel_3.2.2-0.13.6
scala-kernel_3.2.2-0.13.5

How to add a dependency to Maven

Add the following sh.almond : scala-kernel_3.2.2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sh.almond</groupId>
    <artifactId>scala-kernel_3.2.2</artifactId>
    <version>0.13.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sh.almond : scala-kernel_3.2.2 gradle dependency to your build.gradle file:

implementation 'sh.almond:scala-kernel_3.2.2:0.13.14'

Gradle Kotlin DSL: Add the following sh.almond : scala-kernel_3.2.2 gradle kotlin dependency to your build.gradle.kts file:

implementation("sh.almond:scala-kernel_3.2.2:0.13.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following sh.almond : scala-kernel_3.2.2 sbt scala dependency to your build.sbt file:

libraryDependencies += "sh.almond" % "scala-kernel_3.2.2" % "0.13.14"

Advertisement