io.nayms.web3j-maven-plugin 4.8.8 Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>io.nayms</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.8.8</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
Just a release including the latest code from upstream which has not yet been released at the moment. To use this version of plugin, make sure to have this repo in your pom.xml
<pluginRepositories>
<pluginRepository>
<id>github</id>
<name>GitHub Nayms Packages</name>
<url>https://maven.pkg.github.com/nayms/web3j-maven-plugin</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>