How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.13.0</version>
</plugin>
Choose a version of org.antlr : antlr4-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.13.x |
antlr4-maven-plugin-4.13.0
|
||
4.12.x |
antlr4-maven-plugin-4.12.0
|
||
4.11.x |
antlr4-maven-plugin-4.11.1
|
||
antlr4-maven-plugin-4.11.0
|
|||
4.10.x |
antlr4-maven-plugin-4.10.1
|
||
4.10 |
antlr4-maven-plugin-4.10
|
||
4.9.x |
antlr4-maven-plugin-4.9.3
|
||
antlr4-maven-plugin-4.9.2
|
|||
antlr4-maven-plugin-4.9.1
|
|||
4.9 |
antlr4-maven-plugin-4.9
|
||
4.8 |
antlr4-maven-plugin-4.8-1
|
||
antlr4-maven-plugin-4.8
|
|||
4.7.x |
antlr4-maven-plugin-4.7.2
|
||
antlr4-maven-plugin-4.7.1
|
|||
4.7 |
antlr4-maven-plugin-4.7
|
||
4.6 |
antlr4-maven-plugin-4.6
|
||
4.5.x |
antlr4-maven-plugin-4.5.3
|
||
antlr4-maven-plugin-4.5.2-1
|
|||
antlr4-maven-plugin-4.5.2
|
|||
antlr4-maven-plugin-4.5.1-1
|
|||
antlr4-maven-plugin-4.5.1
|
|||
4.5 |
antlr4-maven-plugin-4.5
|
||
4.3 |
antlr4-maven-plugin-4.3
|
||
4.2.x |
antlr4-maven-plugin-4.2.2
|
||
antlr4-maven-plugin-4.2.1
|
|||
4.2 |
antlr4-maven-plugin-4.2
|
||
4.1 |
antlr4-maven-plugin-4.1
|
||
4.0 |
antlr4-maven-plugin-4.0
|
||
antlr4-maven-plugin-4.0-rc-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.13.0</version>
</plugin>
Advertisement