MVN

org.webjars.bowergithub.jsplumb : jsplumb

Maven & Gradle

Jul 28, 2020
1 usages
7.7k stars

jsplumb · WebJar for jsplumb

<dependency>
    <groupId>org.webjars.bowergithub.jsplumb</groupId>
    <artifactId>jsplumb</artifactId>
    <version>2.14.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.jsplumb : jsplumb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.5

All Versions

Choose a version of org.webjars.bowergithub.jsplumb : jsplumb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
jsplumb-2.14.5
2.7.x
jsplumb-2.7.5
2.6.x
jsplumb-2.6.9

How to add a dependency to Maven

Add the following org.webjars.bowergithub.jsplumb : jsplumb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.jsplumb</groupId>
    <artifactId>jsplumb</artifactId>
    <version>2.14.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.jsplumb : jsplumb gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.jsplumb:jsplumb:2.14.5'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.jsplumb : jsplumb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.jsplumb:jsplumb:2.14.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.jsplumb : jsplumb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.jsplumb" % "jsplumb" % "2.14.5"

Advertisement