MVN

sh.almond : toree-hooks_2.13

Maven & Gradle

Aug 22, 2023
1.5k stars

toree-hooks_2.13 · toree-hooks

<dependency>
    <groupId>sh.almond</groupId>
    <artifactId>toree-hooks_2.13</artifactId>
    <version>0.13.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sh.almond : toree-hooks_2.13 to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of sh.almond : toree-hooks_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
toree-hooks_2.13-0.14.0-RC13
toree-hooks_2.13-0.14.0-RC12
toree-hooks_2.13-0.14.0-RC11
toree-hooks_2.13-0.14.0-RC10
toree-hooks_2.13-0.14.0-RC9
toree-hooks_2.13-0.14.0-RC8
toree-hooks_2.13-0.14.0-RC7
toree-hooks_2.13-0.14.0-RC6
toree-hooks_2.13-0.14.0-RC5
toree-hooks_2.13-0.14.0-RC4
toree-hooks_2.13-0.14.0-RC3
toree-hooks_2.13-0.14.0-RC2
toree-hooks_2.13-0.14.0-RC1
0.13.x
toree-hooks_2.13-0.13.14
toree-hooks_2.13-0.13.13
toree-hooks_2.13-0.13.12
toree-hooks_2.13-0.13.11
toree-hooks_2.13-0.13.10
toree-hooks_2.13-0.13.9
toree-hooks_2.13-0.13.8

How to add a dependency to Maven

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

<dependency>
    <groupId>sh.almond</groupId>
    <artifactId>toree-hooks_2.13</artifactId>
    <version>0.13.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sh.almond : toree-hooks_2.13 gradle dependency to your build.gradle file:

implementation 'sh.almond:toree-hooks_2.13:0.13.14'

Gradle Kotlin DSL: Add the following sh.almond : toree-hooks_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("sh.almond:toree-hooks_2.13:0.13.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following sh.almond : toree-hooks_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "sh.almond" % "toree-hooks_2.13" % "0.13.14"

Advertisement