is not current version
Last Version 2.1.0-beta.3

com.github.fge:grappa 2.0.0-beta.4

Write parsers in pure Java

GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

grappa
Version

Version

2.0.0-beta.4
Type

Type

jar

Download grappa 2.0.0-beta.4


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