p

plot-builder-js

A part of the Lets-Plot library.
https://github.com/JetBrains/lets-plot
MIT
JetBrains
Files download
File Operation
plot-builder-js-4.3.0-rc2.pom download
plot-builder-js-4.3.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.lets-plot</groupId>
  <artifactId>plot-builder-js</artifactId>
  <version>4.3.0-rc2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.lets-plot:plot-builder-js:4.3.0-rc2'
Gradle Kotlin
implementation("org.jetbrains.lets-plot:plot-builder-js:4.3.0-rc2")
Scala SBT
libraryDependencies += "org.jetbrains.lets-plot" % "plot-builder-js" % "4.3.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.lets-plot', module='plot-builder-js', version='4.3.0-rc2')
)
Apache Ivy
<dependency org="org.jetbrains.lets-plot" name="plot-builder-js" rev="4.3.0-rc2" />
Leiningen
[org.jetbrains.lets-plot/plot-builder-js "4.3.0-rc2"]
Apache Buildr
'org.jetbrains.lets-plot:plot-builder-js:jar:4.3.0-rc2'