l

lets-plot-kotlin

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