is not current version
Last Version 2.0

org.graphstream:gs-algo 1.3

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.

Categories

Categories

GraphStream Business Logic Libraries Science
GroupId

GroupId

org.graphstream
ArtifactId

ArtifactId

gs-algo
Version

Version

1.3
Type

Type

jar

Download gs-algo 1.3


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