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