JGraph.
Java Graph Visualization and Layout component.
Here is the list of declaration for jgraph. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jgraph</groupId> <artifactId>jgraph</artifactId> <version>5.13.0.0</version> </dependency>
If you think this Maven repository POM file listing for jgraph is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD.
The following packages are defined in the jgraph-5.13.0.0.jar
com.jgraph.algebra com.jgraph.algebra.cost com.jgraph.components.labels com.jgraph.io.svg com.jgraph.layout com.jgraph.layout.graph com.jgraph.layout.hierarchical com.jgraph.layout.hierarchical.model com.jgraph.layout.organic com.jgraph.layout.routing com.jgraph.layout.simple com.jgraph.layout.tree com.jgraph.navigation com.jgraph.util org.jgraph org.jgraph.event org.jgraph.graph org.jgraph.plaf org.jgraph.plaf.basic org.jgraph.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>jgraph</groupId> <artifactId>jgraph</artifactId> <version>5.13.0.0</version> <packaging>jar</packaging> <name>JGraph</name> <url>http://www.jgraph.com/</url> <description>Java Graph Visualization and Layout component</description> <licenses> <license> <name>BSD</name> </license> </licenses> </project>