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.akayibrahim</groupId>
<artifactId>jsontopojo</artifactId>
<version>1.6</version>
</plugin>
Choose a version of io.github.akayibrahim : jsontopojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6 |
jsontopojo-1.6
|
||
1.5 |
jsontopojo-1.5
|
||
1.4 |
jsontopojo-1.4
|
||
1.3 |
jsontopojo-1.3
|
||
1.2 |
jsontopojo-1.2
|
||
1.1 |
jsontopojo-1.1
|
||
1.0 |
jsontopojo-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.akayibrahim</groupId>
<artifactId>jsontopojo</artifactId>
<version>1.6</version>
</plugin>
Advertisement