MVN

com.github.gwtd3 : gwt-d3

Maven & Gradle

Jan 10, 2017
132 stars

gwt-d3 Parent project · the GWT wrapper around d3.js

<dependency>
    <groupId>com.github.gwtd3</groupId>
    <artifactId>gwt-d3</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gwtd3 : gwt-d3 to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.github.gwtd3 : gwt-d3 to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
gwt-d3-1.3.0
1.2.x
gwt-d3-1.2.0
1.1.x
gwt-d3-1.1.1
gwt-d3-1.1.0
1.0.x
gwt-d3-1.0.2
gwt-d3-1.0.1
gwt-d3-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.gwtd3</groupId>
    <artifactId>gwt-d3</artifactId>
    <version>1.3.0</version>
</dependency>

Advertisement