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