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