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.618lf</groupId>
<artifactId>swak-api</artifactId>
<version>1.1.1_final</version>
</plugin>
Choose a version of com.github.618lf : swak-api to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
swak-api-1.1.1_final
|
||
swak-api-1.1.0_final
|
|||
1.0.x |
swak-api-1.0.0_final
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.618lf</groupId>
<artifactId>swak-api</artifactId>
<version>1.1.1_final</version>
</plugin>
Advertisement