License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.acodrx |
ArtifactId | ArtifactIdgwtchartjs |
Version | Version0.5.0-Beta1 |
Type | Typejar |
Description |
Descriptiongwtchartjs
Simple HTML5 Charts using the canvas element from native chartjs with gwt/jsinterop
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwtchartjs-0.5.0-Beta1.pom | |
gwtchartjs-0.5.0-Beta1.jar | 101 KB |
gwtchartjs-0.5.0-Beta1-sources.jar | 78 KB |
gwtchartjs-0.5.0-Beta1-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.acodrx/gwtchartjs/ -->
<dependency>
<groupId>com.github.acodrx</groupId>
<artifactId>gwtchartjs</artifactId>
<version>0.5.0-Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acodrx/gwtchartjs/
implementation 'com.github.acodrx:gwtchartjs:0.5.0-Beta1'
// https://jarcasting.com/artifacts/com.github.acodrx/gwtchartjs/
implementation ("com.github.acodrx:gwtchartjs:0.5.0-Beta1")
'com.github.acodrx:gwtchartjs:jar:0.5.0-Beta1'
<dependency org="com.github.acodrx" name="gwtchartjs" rev="0.5.0-Beta1">
<artifact name="gwtchartjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acodrx', module='gwtchartjs', version='0.5.0-Beta1')
)
libraryDependencies += "com.github.acodrx" % "gwtchartjs" % "0.5.0-Beta1"
[com.github.acodrx/gwtchartjs "0.5.0-Beta1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.8.2 |
com.google.gwt : gwt-dev | jar | 2.8.2 |
com.google.elemental2 : elemental2-dom | jar | 1.0.0-RC1 |