VisGWT
Wrapper to use Viz.js in GWT
Wraps Michael Daines' https://github.com/mdaines/viz.js into a GWT lib
Be aware, the lib is huge, I plan to repack it for dot-only (roughly -20%)
License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.h0ru5.gwt |
ArtifactId | ArtifactIdvizgwt |
Last Version | Last Version1.0-alpha |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVizGWT
wrapper of gwt around viz.js
|
Filename | Size |
---|---|
vizgwt-1.0-alpha.pom | |
vizgwt-1.0-alpha.jar | 6 KB |
vizgwt-1.0-alpha-sources.jar | 425 KB |
vizgwt-1.0-alpha-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.h0ru5.gwt/vizgwt/ -->
<dependency>
<groupId>com.github.h0ru5.gwt</groupId>
<artifactId>vizgwt</artifactId>
<version>1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h0ru5.gwt/vizgwt/
implementation 'com.github.h0ru5.gwt:vizgwt:1.0-alpha'
// https://jarcasting.com/artifacts/com.github.h0ru5.gwt/vizgwt/
implementation ("com.github.h0ru5.gwt:vizgwt:1.0-alpha")
'com.github.h0ru5.gwt:vizgwt:jar:1.0-alpha'
<dependency org="com.github.h0ru5.gwt" name="vizgwt" rev="1.0-alpha">
<artifact name="vizgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h0ru5.gwt', module='vizgwt', version='1.0-alpha')
)
libraryDependencies += "com.github.h0ru5.gwt" % "vizgwt" % "1.0-alpha"
[com.github.h0ru5.gwt/vizgwt "1.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.6.0-rc3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | 2.6.0-rc3 |
Wrapper to use Viz.js in GWT
Wraps Michael Daines' https://github.com/mdaines/viz.js into a GWT lib
Be aware, the lib is huge, I plan to repack it for dot-only (roughly -20%)