MVN

com.github.zach-cloud : jsyntaxtree

Maven & Gradle

Jul 12, 2020
1 stars

JASS Abstract Syntax Tree · Syntax tree representation of the JASS language

<dependency>
    <groupId>com.github.zach-cloud</groupId>
    <artifactId>jsyntaxtree</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zach-cloud : jsyntaxtree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.github.zach-cloud : jsyntaxtree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
jsyntaxtree-1.8
1.7
jsyntaxtree-1.7
1.6
jsyntaxtree-1.6
1.5
jsyntaxtree-1.5
1.4
jsyntaxtree-1.4
1.3
jsyntaxtree-1.3
1.1
jsyntaxtree-1.1

How to add a dependency to Maven

Add the following com.github.zach-cloud : jsyntaxtree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zach-cloud</groupId>
    <artifactId>jsyntaxtree</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zach-cloud : jsyntaxtree gradle dependency to your build.gradle file:

implementation 'com.github.zach-cloud:jsyntaxtree:1.8'

Gradle Kotlin DSL: Add the following com.github.zach-cloud : jsyntaxtree gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zach-cloud:jsyntaxtree:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zach-cloud : jsyntaxtree sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zach-cloud" % "jsyntaxtree" % "1.8"

Advertisement