l

lets-plot-kotlin-js

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