g

gs-core

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