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