Download graphs-1.9.jar file - Jar g

Jar examples for g:graphs

Description

Graph library with functional-like API

You can download jar file graphs 1.9 in this page.

License

MIT License

Build File

You can use the following script to add graphs-1.9.jar to your project.

<dependency>
   <groupId>net.sf.tweety</groupId>
   <artifactId>graphs</artifactId>
   <version>1.9</version>
</dependency>
compile group: 'net.sf.tweety', name: 'graphs', version: '1.9'
libraryDependencies += "net.sf.tweety" % "graphs" % "1.9"
<dependency org="net.sf.tweety" name="graphs" rev="1.9"/>
@Grapes(@Grab(group='net.sf.tweety', module='graphs', version='1.9'))
'net.sf.tweety:graphs:jar:1.9'

Download

Click the following link to download the jar file.

graphs-1.9-javadoc.jar
graphs-1.9-sources.jar
graphs-1.9.jar
graphs-1.9.pom



Related Tutorials