How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.msantarsiere</groupId>
<artifactId>dado</artifactId>
<version>0.13</version>
</plugin>
Choose a version of io.github.msantarsiere : dado to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13 |
dado-0.13
|
||
0.12 |
dado-0.12
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.msantarsiere</groupId>
<artifactId>dado</artifactId>
<version>0.13</version>
</plugin>
Advertisement