How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.10.0</version>
</plugin>
Choose a version of org.web3j : web3j-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.10.x |
web3j-maven-plugin-4.10.0
|
||
4.9.x |
web3j-maven-plugin-4.9.8
|
||
web3j-maven-plugin-4.9.4
|
|||
4.8.x |
web3j-maven-plugin-4.8.7
|
||
web3j-maven-plugin-4.8.2
|
|||
4.6.x |
web3j-maven-plugin-4.6.5
|
||
4.5.x |
web3j-maven-plugin-4.5.11
|
||
4.2.x |
web3j-maven-plugin-4.2.0
|
||
4.1.x |
web3j-maven-plugin-4.1.0
|
||
4.0.x |
web3j-maven-plugin-4.0.3
|
||
0.3.x |
web3j-maven-plugin-0.3.7
|
||
web3j-maven-plugin-0.3.5
|
|||
web3j-maven-plugin-0.3.1
|
|||
web3j-maven-plugin-0.3.0
|
|||
0.2.x |
web3j-maven-plugin-0.2.0
|
||
0.1.x |
web3j-maven-plugin-0.1.4
|
||
web3j-maven-plugin-0.1.2
|
|||
web3j-maven-plugin-0.1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.10.0</version>
</plugin>
Advertisement