Jar examples for 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.
You can download jar file gs-algo 1.2 in this page.
LGPL3
You can use the following script to add gs-algo-1.2.jar to your project.
<dependency> <groupId>org.graphstream</groupId> <artifactId>gs-algo</artifactId> <version>1.2</version> </dependency>
compile group: 'org.graphstream', name: 'gs-algo', version: '1.2'
libraryDependencies += "org.graphstream" % "gs-algo" % "1.2"
<dependency org="org.graphstream" name="gs-algo" rev="1.2"/>
@Grapes(@Grab(group='org.graphstream', module='gs-algo', version='1.2'))
'org.graphstream:gs-algo:jar:1.2'
Click the following link to download the jar file.
gs-algo-1.2-javadoc.jar