MVN

com.github.julianthome : inmemantlr

Maven & Gradle

Dec 21, 2021
99 stars

In-memory compilation of ANTLR grammars

<dependency>
    <groupId>com.github.julianthome</groupId>
    <artifactId>inmemantlr</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.julianthome : inmemantlr to add to Maven - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of com.github.julianthome : inmemantlr to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
inmemantlr-1.9.2
1.7.x
inmemantlr-1.7.0
1.6
inmemantlr-1.6
1.4
inmemantlr-1.4
1.3.x
inmemantlr-1.3.9
inmemantlr-1.3.8
inmemantlr-1.3.7
inmemantlr-1.3.6
inmemantlr-1.3.5
inmemantlr-1.3.3
inmemantlr-1.3.2
inmemantlr-1.3.1
1.3
inmemantlr-1.3
1.2
inmemantlr-1.2
1.1
inmemantlr-1.1
1.0
inmemantlr-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.julianthome</groupId>
    <artifactId>inmemantlr</artifactId>
    <version>1.9.2</version>
</dependency>

Advertisement