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