Download tla2bAST-1.0.8.jar file - Jar t

Jar examples for t:tla2bAST

Description

Translator from TLA+ to ProB's AST representation.

You can download jar file tla2bAST 1.0.8 in this page.

License

Eclipse Public License, Version 1.0

Build File

You can use the following script to add tla2bAST-1.0.8.jar to your project.

<dependency>
   <groupId>de.hhu.stups</groupId>
   <artifactId>tla2bAST</artifactId>
   <version>1.0.8</version>
</dependency>
compile group: 'de.hhu.stups', name: 'tla2bAST', version: '1.0.8'
libraryDependencies += "de.hhu.stups" % "tla2bAST" % "1.0.8"
<dependency org="de.hhu.stups" name="tla2bAST" rev="1.0.8"/>
@Grapes(@Grab(group='de.hhu.stups', module='tla2bAST', version='1.0.8'))
'de.hhu.stups:tla2bAST:jar:1.0.8'

Download

Click the following link to download the jar file.

tla2bAST-1.0.8-javadoc.jar
tla2bAST-1.0.8-sources.jar
tla2bAST-1.0.8.jar
tla2bAST-1.0.8.pom



Related Tutorials