grappa

Write parsers in pure Java

License

License

GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

grappa
Last Version

Last Version

2.1.0-beta.3
Release Date

Release Date

Type

Type

jar
Description

Description

grappa
Write parsers in pure Java
Project URL

Project URL

https://github.com/fge/grappa

Download grappa

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fge/grappa/ -->
<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>grappa</artifactId>
    <version>2.1.0-beta.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/grappa/
implementation 'com.github.fge:grappa:2.1.0-beta.3'
// https://jarcasting.com/artifacts/com.github.fge/grappa/
implementation ("com.github.fge:grappa:2.1.0-beta.3")
'com.github.fge:grappa:jar:2.1.0-beta.3'
<dependency org="com.github.fge" name="grappa" rev="2.1.0-beta.3">
  <artifact name="grappa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='grappa', version='2.1.0-beta.3')
)
libraryDependencies += "com.github.fge" % "grappa" % "2.1.0-beta.3"
[com.github.fge/grappa "2.1.0-beta.3"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
me.qmx.jitescript : jitescript jar 0.4.0
org.ow2.asm : asm-debug-all jar 5.0.4

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.mockito : mockito-core jar 1.10.19
org.assertj : assertj-core jar 2.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0-beta.3
2.1.0-beta.2
2.1.0-beta.1
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1