d

d2v-format-common

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