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.0.2.jar download
lets-plot-kotlin-3.0.2.pom download
lets-plot-kotlin-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jetbrains.lets-plot</groupId>
  <artifactId>lets-plot-kotlin</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.jetbrains.lets-plot:lets-plot-kotlin:3.0.2'
Gradle Kotlin
implementation("org.jetbrains.lets-plot:lets-plot-kotlin:3.0.2")
Scala SBT
libraryDependencies += "org.jetbrains.lets-plot" % "lets-plot-kotlin" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jetbrains.lets-plot', module='lets-plot-kotlin', version='3.0.2')
)
Apache Ivy
<dependency org="org.jetbrains.lets-plot" name="lets-plot-kotlin" rev="3.0.2" />
Leiningen
[org.jetbrains.lets-plot/lets-plot-kotlin "3.0.2"]
Apache Buildr
'org.jetbrains.lets-plot:lets-plot-kotlin:jar:3.0.2'