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