MVN

edu.purdue.cs : jtb

Maven & Gradle

Dec 31, 2016
1 usages
3 stars

JTB: Java Tree Builder · JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator. JTB was originally developped at UCLA up to version 1.3.2 (http://compilers.cs.ucla.edu/jtb/) or (http://compilers.cs.ucla.edu/jtb/jtb-2003/). It has been upgraded in version 1.4.0+ (2009-2010), as an embedded tool within the SourceForge Eclipse JavaCC plugin. It is now (2011) provided as a standalone tool in the same hosting environment as JavaCC.

<dependency>
    <groupId>edu.purdue.cs</groupId>
    <artifactId>jtb</artifactId>
    <version>1.4.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.purdue.cs : jtb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.12

All Versions

Choose a version of edu.purdue.cs : jtb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
jtb-1.4.12

How to add a dependency to Maven

Add the following edu.purdue.cs : jtb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.purdue.cs</groupId>
    <artifactId>jtb</artifactId>
    <version>1.4.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.purdue.cs : jtb gradle dependency to your build.gradle file:

implementation 'edu.purdue.cs:jtb:1.4.12'

Gradle Kotlin DSL: Add the following edu.purdue.cs : jtb gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.purdue.cs:jtb:1.4.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.purdue.cs : jtb sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.purdue.cs" % "jtb" % "1.4.12"

Advertisement

Dependencies from Group

jtb
Dec 31, 2016
1 usages
3 stars

Discover Dependencies

Oct 12, 2020
1 usages
Jul 20, 2023
12 usages
Aug 08, 2023
20 usages
117 stars
Feb 24, 2018
13 stars
Aug 04, 2020
2.2k stars
Aug 04, 2020
2 usages
2.2k stars
Dec 12, 2016
1 stars
Dec 26, 2022
5 usages
8.7k stars
Jan 06, 2017
2 usages