VizGWT (Parent)

Parent project of wrapper around Viz.js in GWT to enable graphviz on client side

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.github.h0ru5.gwt
ArtifactId

ArtifactId

vizgwt-parent
Last Version

Last Version

1.0-alpha
Release Date

Release Date

Type

Type

pom
Description

Description

VizGWT (Parent)
Parent project of wrapper around Viz.js in GWT to enable graphviz on client side
Source Code Management

Source Code Management

https://github.com/h0ru5/VisGWT.git

Download vizgwt-parent

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • vizgwt
  • vizgwt-example

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%)

Versions

Version
1.0-alpha