Download grappa-2.0.4.jar file - Jar g

Jar examples for g:grappa

Description

Write parsers in pure Java

You can download jar file grappa 2.0.4 in this page.

License

Apache Software License, version 2.0

Build File

You can use the following script to add grappa-2.0.4.jar to your project.

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>grappa</artifactId>
   <version>2.0.4</version>
</dependency>
compile group: 'com.github.fge', name: 'grappa', version: '2.0.4'
libraryDependencies += "com.github.fge" % "grappa" % "2.0.4"
<dependency org="com.github.fge" name="grappa" rev="2.0.4"/>
@Grapes(@Grab(group='com.github.fge', module='grappa', version='2.0.4'))
'com.github.fge:grappa:jar:2.0.4'

Download

Click the following link to download the jar file.

grappa-2.0.4-all.jar
grappa-2.0.4-javadoc.jar
grappa-2.0.4-sources.jar
grappa-2.0.4.jar
grappa-2.0.4.pom



Related Tutorials