Files download
File Operation
gwt-d3-js-3.4.9.jar download
gwt-d3-js-3.4.9.pom download
gwt-d3-js-3.4.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gwtd3</groupId>
  <artifactId>gwt-d3-js</artifactId>
  <version>3.4.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.gwtd3:gwt-d3-js:3.4.9'
Gradle Kotlin
implementation("com.github.gwtd3:gwt-d3-js:3.4.9")
Scala SBT
libraryDependencies += "com.github.gwtd3" % "gwt-d3-js" % "3.4.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gwtd3', module='gwt-d3-js', version='3.4.9')
)
Apache Ivy
<dependency org="com.github.gwtd3" name="gwt-d3-js" rev="3.4.9" />
Leiningen
[com.github.gwtd3/gwt-d3-js "3.4.9"]
Apache Buildr
'com.github.gwtd3:gwt-d3-js:jar:3.4.9'