GroupId | GroupIdcom.github.chrisbrenton |
---|---|
ArtifactId | ArtifactIdgrappa-parsetree |
Version | Version1.1.0-beta.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chrisbrenton/grappa-parsetree/ -->
<dependency>
<groupId>com.github.chrisbrenton</groupId>
<artifactId>grappa-parsetree</artifactId>
<version>1.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbrenton/grappa-parsetree/
implementation 'com.github.chrisbrenton:grappa-parsetree:1.1.0-beta.1'
// https://jarcasting.com/artifacts/com.github.chrisbrenton/grappa-parsetree/
implementation ("com.github.chrisbrenton:grappa-parsetree:1.1.0-beta.1")
'com.github.chrisbrenton:grappa-parsetree:jar:1.1.0-beta.1'
<dependency org="com.github.chrisbrenton" name="grappa-parsetree" rev="1.1.0-beta.1">
<artifact name="grappa-parsetree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbrenton', module='grappa-parsetree', version='1.1.0-beta.1')
)
libraryDependencies += "com.github.chrisbrenton" % "grappa-parsetree" % "1.1.0-beta.1"
[com.github.chrisbrenton/grappa-parsetree "1.1.0-beta.1"]