Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.gwtd3 |
ArtifactId | ArtifactIdgwt-d3 |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
gwt-d3-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/ -->
<dependency>
<groupId>com.github.gwtd3</groupId>
<artifactId>gwt-d3</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/
implementation 'com.github.gwtd3:gwt-d3:1.0.1'
// https://jarcasting.com/artifacts/com.github.gwtd3/gwt-d3/
implementation ("com.github.gwtd3:gwt-d3:1.0.1")
'com.github.gwtd3:gwt-d3:pom:1.0.1'
<dependency org="com.github.gwtd3" name="gwt-d3" rev="1.0.1">
<artifact name="gwt-d3" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtd3', module='gwt-d3', version='1.0.1')
)
libraryDependencies += "com.github.gwtd3" % "gwt-d3" % "1.0.1"
[com.github.gwtd3/gwt-d3 "1.0.1"]