g

gis-js

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