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