Jar examples for g:graph
Java library for simple in-memory graph operations such as iterative and concurrent topological sorts.
You can download jar file graph 1.0.0 in this page.
GNU Lesser General Public License, Version 3
You can use the following script to add graph-1.0.0.jar to your project.
<dependency> <groupId>net.oneandone</groupId> <artifactId>graph</artifactId> <version>1.0.0</version> </dependency>
compile group: 'net.oneandone', name: 'graph', version: '1.0.0'
libraryDependencies += "net.oneandone" % "graph" % "1.0.0"
<dependency org="net.oneandone" name="graph" rev="1.0.0"/>
@Grapes(@Grab(group='net.oneandone', module='graph', version='1.0.0'))
'net.oneandone:graph:jar:1.0.0'
Click the following link to download the jar file.
graph-1.0.0-javadoc.jar