| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdcom.github.gwtd3 |
| ArtifactId | ArtifactIdgwt-d3 |
| Version | Version1.3.0 |
| Type | Typepom |
| Description |
Descriptiongwt-d3 Parent project
the GWT wrapper around d3.js
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gwt-d3-1.3.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/ -->
<dependency>
<groupId>com.github.gwtd3</groupId>
<artifactId>gwt-d3</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/
implementation 'com.github.gwtd3:gwt-d3:1.3.0'
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/
implementation ("com.github.gwtd3:gwt-d3:1.3.0")
'com.github.gwtd3:gwt-d3:pom:1.3.0'
<dependency org="com.github.gwtd3" name="gwt-d3" rev="1.3.0">
<artifact name="gwt-d3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtd3', module='gwt-d3', version='1.3.0')
)
libraryDependencies += "com.github.gwtd3" % "gwt-d3" % "1.3.0"
[com.github.gwtd3/gwt-d3 "1.3.0"]