How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.auties00</groupId>
<artifactId>delombok-plugin</artifactId>
<version>1.18.24.1</version>
</plugin>
Choose a version of com.github.auties00 : delombok-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.18.x |
delombok-plugin-1.18.24.1
|
||
delombok-plugin-1.18.24
|
|||
delombok-plugin-1.18.20
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.auties00</groupId>
<artifactId>delombok-plugin</artifactId>
<version>1.18.24.1</version>
</plugin>
Advertisement