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-parent |
Last Version | Last Version1.0-alpha |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVizGWT (Parent)
Parent project of wrapper around Viz.js in GWT to enable graphviz on client side
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vizgwt-parent-1.0-alpha.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.h0ru5.gwt/vizgwt-parent/ -->
<dependency>
<groupId>com.github.h0ru5.gwt</groupId>
<artifactId>vizgwt-parent</artifactId>
<version>1.0-alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.h0ru5.gwt/vizgwt-parent/
implementation 'com.github.h0ru5.gwt:vizgwt-parent:1.0-alpha'
// https://jarcasting.com/artifacts/com.github.h0ru5.gwt/vizgwt-parent/
implementation ("com.github.h0ru5.gwt:vizgwt-parent:1.0-alpha")
'com.github.h0ru5.gwt:vizgwt-parent:pom:1.0-alpha'
<dependency org="com.github.h0ru5.gwt" name="vizgwt-parent" rev="1.0-alpha">
<artifact name="vizgwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.h0ru5.gwt', module='vizgwt-parent', version='1.0-alpha')
)
libraryDependencies += "com.github.h0ru5.gwt" % "vizgwt-parent" % "1.0-alpha"
[com.github.h0ru5.gwt/vizgwt-parent "1.0-alpha"]
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%)