Skip to content

de-tu-dresden-inf-lat/gs-core

 
 

Repository files navigation

Graphstream core for Java 11.

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.

Installing GraphStream

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>

Help

You may check the documentation on the website http://www.graphstream-project.org/.

License

See the COPYING file.

About

Graphstream core fork for Java 11

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.1%
  • Bikeshed 3.2%
  • Other 0.7%