MVN

org.overturetool.astcreator : root

Maven & Gradle

Jan 14, 2017
2 stars

Overture AstCreator superpom · This is the Overture AstCreator project. AstCreator allows the automatic creation of heterogeneous ASTs in Java based on an input specification. Created along with the AST classes are visitors that allow for functionality to be implemented over the AST.

<dependency>
    <groupId>org.overturetool.astcreator</groupId>
    <artifactId>root</artifactId>
    <version>1.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.overturetool.astcreator : root to add to Maven - Latest Versions:

  • Latest Stable: 1.6.10

All Versions

Choose a version of org.overturetool.astcreator : root to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
root-1.6.10
root-1.6.8
root-1.6.6
root-1.6.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.overturetool.astcreator</groupId>
    <artifactId>root</artifactId>
    <version>1.6.10</version>
</dependency>

Advertisement