g

gwt-d3-api

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