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