is not current version
Last Version 1.8

com.github.zach-cloud:jsyntaxtree 1.6

Syntax tree representation of the JASS language

GroupId

GroupId

com.github.zach-cloud
ArtifactId

ArtifactId

jsyntaxtree
Version

Version

1.6
Type

Type

jar

Download jsyntaxtree 1.6


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