Last Version

Java Tree Builder 1.3.2

JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator.

GroupId

GroupId

edu.ucla.cs.compilers
ArtifactId

ArtifactId

jtb
Version

Version

1.3.2
Type

Type

jar
Description

Description

Java Tree Builder
JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator.
Project URL

Project URL

http://compilers.cs.ucla.edu/jtb/

Download jtb 1.3.2


<!-- https://jarcasting.com/artifacts/edu.ucla.cs.compilers/jtb/ -->
<dependency>
    <groupId>edu.ucla.cs.compilers</groupId>
    <artifactId>jtb</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucla.cs.compilers/jtb/
implementation 'edu.ucla.cs.compilers:jtb:1.3.2'
// https://jarcasting.com/artifacts/edu.ucla.cs.compilers/jtb/
implementation ("edu.ucla.cs.compilers:jtb:1.3.2")
'edu.ucla.cs.compilers:jtb:jar:1.3.2'
<dependency org="edu.ucla.cs.compilers" name="jtb" rev="1.3.2">
  <artifact name="jtb" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucla.cs.compilers', module='jtb', version='1.3.2')
)
libraryDependencies += "edu.ucla.cs.compilers" % "jtb" % "1.3.2"
[edu.ucla.cs.compilers/jtb "1.3.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.