g

gs-algo

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