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.teecube.tic</groupId>
<artifactId>tic-bw6</artifactId>
<version>0.0.6</version>
</plugin>
Choose a version of io.teecube.tic : tic-bw6 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
tic-bw6-0.0.6
|
||
tic-bw6-0.0.5
|
|||
tic-bw6-0.0.4
|
|||
tic-bw6-0.0.3
|
|||
tic-bw6-0.0.2
|
|||
tic-bw6-0.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.teecube.tic</groupId>
<artifactId>tic-bw6</artifactId>
<version>0.0.6</version>
</plugin>
Advertisement