gs-core

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 is the core package that contains the minimal needed to read and write a graph.

License

License

Categories

Categories

Net
GroupId

GroupId

network.aika
ArtifactId

ArtifactId

gs-core
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

gs-core
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 is the core package that contains the minimal needed to read and write a graph.
Project URL

Project URL

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

Source Code Management

https://github.com/aika-algorithm/gs-core.git

Download gs-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.graphstream : pherd Optional jar 1.0
org.graphstream : mbox2 Optional jar 1.0

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0