is not current version
Last Version 2.0.2

network.aika:gs-core 2.0.0

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.

Categories

Categories

Net
GroupId

GroupId

network.aika
ArtifactId

ArtifactId

gs-core
Version

Version

2.0.0
Type

Type

jar

Download gs-core 2.0.0


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