Jar examples for j:JAGAL
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.
bsd_3
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'
Click the following link to download the jar file.
JAGAL-1.0.2-javadoc.jar