文件下载
文件名 操作
gwt-d3-js-3.3.8.jar 下载
gwt-d3-js-3.3.8.pom 下载
gwt-d3-js-3.3.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.gwtd3</groupId>
  <artifactId>gwt-d3-js</artifactId>
  <version>3.3.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.gwtd3:gwt-d3-js:3.3.8'
Gradle Kotlin
implementation("com.github.gwtd3:gwt-d3-js:3.3.8")
Scala SBT
libraryDependencies += "com.github.gwtd3" % "gwt-d3-js" % "3.3.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gwtd3', module='gwt-d3-js', version='3.3.8')
)
Apache Ivy
<dependency org="com.github.gwtd3" name="gwt-d3-js" rev="3.3.8" />
Leiningen
[com.github.gwtd3/gwt-d3-js "3.3.8"]
Apache Buildr
'com.github.gwtd3:gwt-d3-js:jar:3.3.8'