Download cliparser-2.9.9.jar file - Jar c

Jar examples for c:cliparser

Description

Part of the ProB Parser library

You can download jar file cliparser 2.9.9 in this page.

License

Eclipse Public License, Version 1.0

Build File

You can use the following script to add cliparser-2.9.9.jar to your project.

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

Download

Click the following link to download the jar file.

cliparser-2.9.9-javadoc.jar
cliparser-2.9.9-sources.jar
cliparser-2.9.9.jar
cliparser-2.9.9.pom



Related Tutorials