JGraphX package
JGraphX is a Java Swing diagramming (graph visualisation) library licensed under the BSD license (see https://github.com/jgraph/jgraphx)
Unfortunately JGraphX is not available at Maven Central, and this project solves that.
Value added by jgraph-publish
:
- jar, javadoc, and sources are published to Maven Central
- Gradle build (the code imports in IDEA automatically)
- OSGI manifest entries
- Automatic-Module-Name
Usage
<dependency>
<groupId>com.github.vlsi.mxgraph</groupId>
<artifactId>jgraphx</artifactId>
<version>4.2.2</version>
</dependency>
Documentation
Javadoc: Manual: https://jgraph.github.io/mxgraph/docs/manual_javavis.html Examples: https://github.com/jgraph/jgraphx/tree/master/examples/com/mxgraph/examples/swing
License
BSD
Author
JGraphX: JGraph Ltd
Packaging: Vladimir Sitnikov [email protected]