Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

Distribution



The distribution of the components of the jGraphml project is available on sourceforge at the following address: sourceforge.net/projects/jgraphml/.

Content of the distribution

Core library

The core library is the JGraphml.jar jar file. It contains the generic code which defines graphs which is a copy of the Java JUNG project, and the code which allows to parse a graphml diagram, create a diagram, and serialize a diagram.

Layouts library

The layout jar file is the JGraphml-layout.jar jar file. It contains several layouts. The code is also a copy of the BSD project.

Complete library

The JGraphml-all.jar contains the complete library (both core and layouts) in the same jar file.

Libraries dependencies

Main Article: Dependencies

The collections-generic-4.01.jar library is shipped with jGraphml.

Installation

To install the jGraphml project, just uncompress the jGraphml-<version>.zip zipped binaries.

Note that:
  • To use the core library, you only need to JGraphml.jar jar file
  • To use the layout library, you need to JGraphml.jar, JGraphml-layout.jar, and collections-generic-4.01.jar jar files on the same directoryw[1]
    You can also of course define these dependencies in your own project


You however will need a Java 8 JVM or later to run the tool.

Notes

  1. ^ You can also of course define these dependencies in your own project

Categories: general

Copyright 2021 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence