Categories |
CategoriesJavaScript Languages GWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtd3 |
ArtifactId | ArtifactIdgwt-d3-js |
Version | Version3.2.6 |
Type | Typejar |
Filename | Size |
---|---|
gwt-d3-js-3.2.6.pom | |
gwt-d3-js-3.2.6.jar | 120 KB |
gwt-d3-js-3.2.6-sources.jar | 1 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.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3-js/
implementation 'com.github.gwtd3:gwt-d3-js:3.2.6'
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3-js/
implementation ("com.github.gwtd3:gwt-d3-js:3.2.6")
'com.github.gwtd3:gwt-d3-js:jar:3.2.6'
<dependency org="com.github.gwtd3" name="gwt-d3-js" rev="3.2.6">
<artifact name="gwt-d3-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtd3', module='gwt-d3-js', version='3.2.6')
)
libraryDependencies += "com.github.gwtd3" % "gwt-d3-js" % "3.2.6"
[com.github.gwtd3/gwt-d3-js "3.2.6"]