Last Version

Abstract Syntax Tree Generator 0.2.0

Generated Java classes to represent abstract syntax trees.

License

License

GroupId

GroupId

com.github.peterzeller
ArtifactId

ArtifactId

abstractsyntaxgen
Version

Version

0.2.0
Type

Type

jar
Description

Description

Abstract Syntax Tree Generator
Generated Java classes to represent abstract syntax trees.
Project URL

Project URL

https://github.com/peterzeller/abstractsyntaxgen

Download abstractsyntaxgen 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.peterzeller/abstractsyntaxgen/ -->
<dependency>
    <groupId>com.github.peterzeller</groupId>
    <artifactId>abstractsyntaxgen</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peterzeller/abstractsyntaxgen/
implementation 'com.github.peterzeller:abstractsyntaxgen:0.2.0'
// https://jarcasting.com/artifacts/com.github.peterzeller/abstractsyntaxgen/
implementation ("com.github.peterzeller:abstractsyntaxgen:0.2.0")
'com.github.peterzeller:abstractsyntaxgen:jar:0.2.0'
<dependency org="com.github.peterzeller" name="abstractsyntaxgen" rev="0.2.0">
  <artifact name="abstractsyntaxgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peterzeller', module='abstractsyntaxgen', version='0.2.0')
)
libraryDependencies += "com.github.peterzeller" % "abstractsyntaxgen" % "0.2.0"
[com.github.peterzeller/abstractsyntaxgen "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
org.antlr : antlr4-runtime jar 4.5.3

Project Modules

There are no modules declared in this project.