MVN

org.fujion.webjars : webjar-plotly-js

Maven & Gradle

Apr 05, 2022
1 usages

Plotly Library · Plotly graphing library.

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-plotly-js</artifactId>
    <version>2.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fujion.webjars : webjar-plotly-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.1

All Versions

Choose a version of org.fujion.webjars : webjar-plotly-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
webjar-plotly-js-2.11.1
2.9.x
webjar-plotly-js-2.9.0
2.8.x
webjar-plotly-js-2.8.3-1
webjar-plotly-js-2.8.3
2.2.x
webjar-plotly-js-2.2.1
webjar-plotly-js-2.2.0
2.1.x
webjar-plotly-js-2.1.0
2.0.x
webjar-plotly-js-2.0.0
1.58.x
webjar-plotly-js-1.58.4-10
webjar-plotly-js-1.58.4
1.55.x
webjar-plotly-js-1.55.2
webjar-plotly-js-1.55.1
1.54.x
webjar-plotly-js-1.54.7
1.45.x
webjar-plotly-js-1.45.0
1.40.x
webjar-plotly-js-1.40.1
1.39.x
webjar-plotly-js-1.39.3

How to add a dependency to Maven

Add the following org.fujion.webjars : webjar-plotly-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-plotly-js</artifactId>
    <version>2.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fujion.webjars : webjar-plotly-js gradle dependency to your build.gradle file:

implementation 'org.fujion.webjars:webjar-plotly-js:2.11.1'

Gradle Kotlin DSL: Add the following org.fujion.webjars : webjar-plotly-js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fujion.webjars:webjar-plotly-js:2.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fujion.webjars : webjar-plotly-js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fujion.webjars" % "webjar-plotly-js" % "2.11.1"

Advertisement