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