is not current version
Last Version 1.3

org.graphstream:gs-ui 1.2

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.

Categories

Categories

GraphStream Business Logic Libraries Science
GroupId

GroupId

org.graphstream
ArtifactId

ArtifactId

gs-ui
Version

Version

1.2
Type

Type

jar

Download gs-ui 1.2


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