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.2.jar download
gs-ui-1.2.pom download
gs-ui-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphstream</groupId>
  <artifactId>gs-ui</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.graphstream:gs-ui:1.2'
Gradle Kotlin
implementation("org.graphstream:gs-ui:1.2")
Scala SBT
libraryDependencies += "org.graphstream" % "gs-ui" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graphstream', module='gs-ui', version='1.2')
)
Apache Ivy
<dependency org="org.graphstream" name="gs-ui" rev="1.2" />
Leiningen
[org.graphstream/gs-ui "1.2"]
Apache Buildr
'org.graphstream:gs-ui:jar:1.2'