MVN

com.github.longdt : web3j-maven-plugin

Maven & Gradle

Dec 28, 2021
75 stars

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

<dependency>
    <groupId>com.github.longdt</groupId>
    <artifactId>web3j-maven-plugin</artifactId>
    <version>4.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.longdt : web3j-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.10

All Versions

Choose a version of com.github.longdt : web3j-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
web3j-maven-plugin-4.8.10
web3j-maven-plugin-4.8.9
web3j-maven-plugin-4.8.8

How to add a dependency to Maven

Add the following com.github.longdt : web3j-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.longdt</groupId>
    <artifactId>web3j-maven-plugin</artifactId>
    <version>4.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.longdt : web3j-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.github.longdt:web3j-maven-plugin:4.8.10'

Gradle Kotlin DSL: Add the following com.github.longdt : web3j-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.longdt:web3j-maven-plugin:4.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.longdt : web3j-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.longdt" % "web3j-maven-plugin" % "4.8.10"

Advertisement