Categories |
CategoriesJavaScript Languages GWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtd3 |
ArtifactId | ArtifactIdgwt-d3-js |
Version | Version3.5.11 |
Type | Typejar |
Filename | Size |
---|---|
gwt-d3-js-3.5.11.pom | |
gwt-d3-js-3.5.11.jar | 141 KB |
gwt-d3-js-3.5.11-sources.jar | 6 KB |
gwt-d3-js-3.5.11-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3-js/ -->
<dependency>
<groupId>com.github.gwtd3</groupId>
<artifactId>gwt-d3-js</artifactId>
<version>3.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3-js/
implementation 'com.github.gwtd3:gwt-d3-js:3.5.11'
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3-js/
implementation ("com.github.gwtd3:gwt-d3-js:3.5.11")
'com.github.gwtd3:gwt-d3-js:jar:3.5.11'
<dependency org="com.github.gwtd3" name="gwt-d3-js" rev="3.5.11">
<artifact name="gwt-d3-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtd3', module='gwt-d3-js', version='3.5.11')
)
libraryDependencies += "com.github.gwtd3" % "gwt-d3-js" % "3.5.11"
[com.github.gwtd3/gwt-d3-js "3.5.11"]