gs-algo

The GraphStream library. With GraphStream you deal with graphs. Static and Dynamic. You create them from scratch, from a file or any source. You display and render them. This package contains algorithms and generators.

License

License

Categories

Categories

GraphStream Business Logic Libraries Science
GroupId

GroupId

org.graphstream
ArtifactId

ArtifactId

gs-algo
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

gs-algo
The GraphStream library. With GraphStream you deal with graphs. Static and Dynamic. You create them from scratch, from a file or any source. You display and render them. This package contains algorithms and generators.
Project URL

Project URL

http://graphstream-project.org
Source Code Management

Source Code Management

https://github.com/graphstream/gs-algo

Download gs-algo

How to add to project

<!-- https://jarcasting.com/artifacts/org.graphstream/gs-algo/ -->
<dependency>
    <groupId>org.graphstream</groupId>
    <artifactId>gs-algo</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphstream/gs-algo/
implementation 'org.graphstream:gs-algo:2.0'
// https://jarcasting.com/artifacts/org.graphstream/gs-algo/
implementation ("org.graphstream:gs-algo:2.0")
'org.graphstream:gs-algo:jar:2.0'
<dependency org="org.graphstream" name="gs-algo" rev="2.0">
  <artifact name="gs-algo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphstream', module='gs-algo', version='2.0')
)
libraryDependencies += "org.graphstream" % "gs-algo" % "2.0"
[org.graphstream/gs-algo "2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-math Optional jar 2.1
org.apache.commons : commons-math3 Optional jar 3.4.1
org.jfree : jfreechart Optional jar 1.0.14

provided (1)

Group / Artifact Type Version
org.graphstream : gs-core jar 2.0

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.12

Project Modules

There are no modules declared in this project.

GraphStream -- Algorithms

Build Status

The GraphStream project is java library that provides a API to model, analyze and visualize graphs and dynamic graphs.

Check out the Website http://www.graphstream-project.org/ for more information.

This package is dedicated to graph and dynamic graph algorithms.

Installing GraphStream

The release comes with a pre-packaged jar file named gs-algo.jar that contains the GraphStream algorithms classes. It depends on the root project gs-core. To start using GraphStream with algorithms, simply put gs-core.jar and gs-algo.jar in your class path. You can download GraphStream on the github releases pages:

Maven users may include major releases of gs-core and gs-algo as dependencies:

<dependencies>
    <dependency>
        <groupId>org.graphstream</groupId>
        <artifactId>gs-core</artifactId>
        <version>2.0</version>
    </dependency>

    <dependency>
        <groupId>org.graphstream</groupId>
        <artifactId>gs-algo</artifactId>
        <version>2.0</version>
    </dependency>
</dependencies>

Development Versions

Using https://jitpack.io one can also use any development version. Simply add the jitpack repository to the pom.xml of the project:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

then, add the gs-core and gs-algo to your dependencies:

<dependencies>
    <dependency>
        <groupId>com.github.graphstream</groupId>
        <artifactId>gs-core</artifactId>
        <version>2.0</version>
    </dependency>
    <dependency>
        <groupId>com.github.graphstream</groupId>
        <artifactId>gs-algo</artifactId>
        <version>2.0</version>
    </dependency>
</dependencies>

You can use any version of gs-core and gs-algo you need, provided they are the same. Simply specify the desired version in the <version> tag. The version can be a git tag name (e.g. 2.0), a commit number, or a branch name followed by -SNAPSHOT (e.g. dev-SNAPSHOT). More details on the possible versions on jitpack.

Help

You may check the documentation on the website http://graphstream-project.org. You may also share your questions on the mailing list at http://sympa.litislab.fr/sympa/subscribe/graphstream-users.

License

See the COPYING file.

org.graphstream

GraphStream

Versions

Version
2.0
1.3
1.2
1.1.2
1.1
1.0