g

gs-ui

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.
http://graphstream-project.org
LGPL3 Cecill-C
Stefan Balev Julien Baudry Antoine Dutot Yoann Pigné Guilhelm Savin
Files download
File Operation
gs-ui-1.3.jar download
gs-ui-1.3.pom download
gs-ui-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphstream</groupId>
  <artifactId>gs-ui</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.graphstream:gs-ui:1.3'
Gradle Kotlin
implementation("org.graphstream:gs-ui:1.3")
Scala SBT
libraryDependencies += "org.graphstream" % "gs-ui" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.graphstream', module='gs-ui', version='1.3')
)
Apache Ivy
<dependency org="org.graphstream" name="gs-ui" rev="1.3" />
Leiningen
[org.graphstream/gs-ui "1.3"]
Apache Buildr
'org.graphstream:gs-ui:jar:1.3'