d

d2v-format-js

js lib of d2v-format-js
https://github.com/data2viz/data2viz
The Apache Software License, Version 2.0
Data2viz team
Files download
File Operation
d2v-format-js-0.7.1-RC3.jar download
d2v-format-js-0.7.1-RC3.pom download
d2v-format-js-0.7.1-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.data2viz</groupId>
  <artifactId>d2v-format-js</artifactId>
  <version>0.7.1-RC3</version>
</dependency>
Gradle Groovy
implementation 'io.data2viz:d2v-format-js:0.7.1-RC3'
Gradle Kotlin
implementation("io.data2viz:d2v-format-js:0.7.1-RC3")
Scala SBT
libraryDependencies += "io.data2viz" % "d2v-format-js" % "0.7.1-RC3"
Groovy Grape
@Grapes(
  @Grab(group='io.data2viz', module='d2v-format-js', version='0.7.1-RC3')
)
Apache Ivy
<dependency org="io.data2viz" name="d2v-format-js" rev="0.7.1-RC3" />
Leiningen
[io.data2viz/d2v-format-js "0.7.1-RC3"]
Apache Buildr
'io.data2viz:d2v-format-js:jar:0.7.1-RC3'