g

gwt-d3-api

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