Difference between revisions of "ANTLR maven plugin"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
As of 2017-10-22 [https://mvnrepository.com/artifact/org.antlr/antlr4-maven-plugin/4.7 ANTLR Maven plugin 4.7] is the | As of 2017-10-22 [https://mvnrepository.com/artifact/org.antlr/antlr4-maven-plugin/4.7 ANTLR Maven plugin 4.7] is the | ||
latest version of the ANTLR Maven plugin. | latest version of the ANTLR Maven plugin. | ||
+ | |||
The [https://mvnrepository.com/artifact/org.antlr/antlr4-maven-plugin available versions of the ANTLR Maven plugin] started with Version 4.0 in January 2013. | The [https://mvnrepository.com/artifact/org.antlr/antlr4-maven-plugin available versions of the ANTLR Maven plugin] started with Version 4.0 in January 2013. | ||
+ | |||
+ | The [http://www.antlr.org/api/maven-plugin/latest/ documentation on www.antlr.org] is at Version 4.5 at the time of writing this article. | ||
* http://www.mojohaus.org/build-helper-maven-plugin/usage.html | * http://www.mojohaus.org/build-helper-maven-plugin/usage.html |
Revision as of 08:25, 22 October 2017
This article is motivated by ANTLR Issue 2061- reference to undefined rule - useability of import and maven setup for it.
As of 2017-10-22 ANTLR Maven plugin 4.7 is the latest version of the ANTLR Maven plugin.
The available versions of the ANTLR Maven plugin started with Version 4.0 in January 2013.
The documentation on www.antlr.org is at Version 4.5 at the time of writing this article.