l

livemap-js

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