GroupId | GroupIdedu.ucla.cs.compilers |
---|---|
ArtifactId | ArtifactIdjtb |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Tree Builder
JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC)
parser generator.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jtb-1.3.2.pom | |
jtb-1.3.2.jar | 329 KB |
jtb-1.3.2-sources.jar | 253 KB |
Browse |
<!-- 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"]