is not current version
Last Version 1.1.0-beta.4

com.github.chrisbrenton:grappa-parsetree 1.0.1

A Parse Tree extension for Grappa (2.0.x)

GroupId

GroupId

com.github.chrisbrenton
ArtifactId

ArtifactId

grappa-parsetree
Version

Version

1.0.1
Type

Type

jar

Download grappa-parsetree 1.0.1


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