This project is a fork of GraphStream/gs-core, redistributed under CECILL-C license.
The GraphStream project is a java library that provides an API to model, analyze and visualize graphs and dynamic graphs.
Check out the original projects website http://www.graphstream-project.org/ for more information.
The release comes with a pre-packaged jar file named gs-core.jar that contains the GraphStream classes. To start using GraphStream, simply put it in your class path. You can download GraphStream on the github releases pages, or on the website http://www.graphstream-project.org/.
Maven users may include major releases of gs-core as a dependency:
<dependencies>
<dependency>
<groupId>org.graphstream</groupId>
<artifactId>gs-core</artifactId>
<version>2.0</version>
</dependency>
</dependencies>You may check the documentation on the website http://www.graphstream-project.org/.
See the COPYING file.