MVN

io.github.zebraofjustice : web3j-maven-plugin

Maven & Gradle

May 07, 2021
1 stars

web3j Maven Mojo · Mojo's web3j Maven plugin is used to create java classes based on the solidity contract files.

<plugin>
    <groupId>io.github.zebraofjustice</groupId>
    <artifactId>web3j-maven-plugin</artifactId>
    <version>4.8.4.zebraofjustice</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zebraofjustice : web3j-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.8.4.zebraofjustice

All Versions

Choose a version of io.github.zebraofjustice : web3j-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.8.x
web3j-maven-plugin-4.8.4.zebraofjustice
web3j-maven-plugin-4.8.1.zebraofjustice

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.zebraofjustice</groupId>
    <artifactId>web3j-maven-plugin</artifactId>
    <version>4.8.4.zebraofjustice</version>
</plugin>