Download JAGAL-1.0.2.jar file - Jar j

Jar examples for j:JAGAL

Description

JAGAL provides implementations for directed graphs (weighted and unweighted) and various types of transition systems as well as utils for graph traversal and modification.

You can download jar file JAGAL 1.0.2 in this page.

License

bsd_3

Build File

You can use the following script to add JAGAL-1.0.2.jar to your project.

<dependency>
   <groupId>de.uni.freiburg.iig.telematik</groupId>
   <artifactId>JAGAL</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'de.uni.freiburg.iig.telematik', name: 'JAGAL', version: '1.0.2'
libraryDependencies += "de.uni.freiburg.iig.telematik" % "JAGAL" % "1.0.2"
<dependency org="de.uni.freiburg.iig.telematik" name="JAGAL" rev="1.0.2"/>
@Grapes(@Grab(group='de.uni.freiburg.iig.telematik', module='JAGAL', version='1.0.2'))
'de.uni.freiburg.iig.telematik:JAGAL:jar:1.0.2'

Download

Click the following link to download the jar file.

JAGAL-1.0.2-javadoc.jar
JAGAL-1.0.2-sources.jar
JAGAL-1.0.2.jar
JAGAL-1.0.2.pom



Related Tutorials