| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Charts |
| GroupId | GroupIdcom.googlecode.gwt-charts |
| ArtifactId | ArtifactIdgwt-charts |
| Last Version | Last Version0.9.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGWT Charts
Unofficial Google Chart Tools API for Google Web Toolkit
|
| Filename | Size |
|---|---|
| gwt-charts-0.9.10.pom | |
| gwt-charts-0.9.10.jar | 376 KB |
| gwt-charts-0.9.10-sources.jar | 219 KB |
| gwt-charts-0.9.10-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gwt-charts/gwt-charts/ -->
<dependency>
<groupId>com.googlecode.gwt-charts</groupId>
<artifactId>gwt-charts</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt-charts/gwt-charts/
implementation 'com.googlecode.gwt-charts:gwt-charts:0.9.10'
// https://jarcasting.com/artifacts/com.googlecode.gwt-charts/gwt-charts/
implementation ("com.googlecode.gwt-charts:gwt-charts:0.9.10")
'com.googlecode.gwt-charts:gwt-charts:jar:0.9.10'
<dependency org="com.googlecode.gwt-charts" name="gwt-charts" rev="0.9.10">
<artifact name="gwt-charts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt-charts', module='gwt-charts', version='0.9.10')
)
libraryDependencies += "com.googlecode.gwt-charts" % "gwt-charts" % "0.9.10"
[com.googlecode.gwt-charts/gwt-charts "0.9.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.6.0 |