p

plot-base

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