Download jgrapht-0.7.3.jar file - Jar j

Jar examples for j:jgrapht

Description

JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms

You can download jar file jgrapht 0.7.3 in this page.

License

GNU Lesser General Public License Version 2.1, February 1999

Build File

You can use the following script to add jgrapht-0.7.3.jar to your project.

<dependency>
   <groupId>jgrapht</groupId>
   <artifactId>jgrapht</artifactId>
   <version>0.7.3</version>
</dependency>
compile group: 'jgrapht', name: 'jgrapht', version: '0.7.3'
libraryDependencies += "jgrapht" % "jgrapht" % "0.7.3"
<dependency org="jgrapht" name="jgrapht" rev="0.7.3"/>
@Grapes(@Grab(group='jgrapht', module='jgrapht', version='0.7.3'))
'jgrapht:jgrapht:jar:0.7.3'

Download

Click the following link to download the jar file.

jgrapht-0.7.3.pom



Related Tutorials