Jar examples for j:jtb
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.
You can download jar file jtb 1.3.2 in this page.
UCLA Compilers Group License
You can use the following script to add jtb-1.3.2.jar to your project.
<dependency> <groupId>edu.ucla.cs.compilers</groupId> <artifactId>jtb</artifactId> <version>1.3.2</version> </dependency>
compile group: 'edu.ucla.cs.compilers', name: 'jtb', version: '1.3.2'
libraryDependencies += "edu.ucla.cs.compilers" % "jtb" % "1.3.2"
<dependency org="edu.ucla.cs.compilers" name="jtb" rev="1.3.2"/>
@Grapes(@Grab(group='edu.ucla.cs.compilers', module='jtb', version='1.3.2'))
'edu.ucla.cs.compilers:jtb:jar:1.3.2'
Click the following link to download the jar file.
jtb-1.3.2-sources.jar