MVN

org.web3j : web3j-gradle-plugin

Maven & Gradle

Aug 14, 2020
40 stars

web3j · Gradle plugin providing tasks to generate web3j contracts from Solidity.

<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>web3j-gradle-plugin</artifactId>
    <version>4.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.web3j : web3j-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.0

All Versions

Choose a version of org.web3j : web3j-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
web3j-gradle-plugin-4.6.0
4.5.x
web3j-gradle-plugin-4.5.11
web3j-gradle-plugin-4.5.10
web3j-gradle-plugin-4.5.9
web3j-gradle-plugin-4.5.8
web3j-gradle-plugin-4.5.7
web3j-gradle-plugin-4.5.5
web3j-gradle-plugin-4.5.0
4.4.x
web3j-gradle-plugin-4.4.0
4.3.x
web3j-gradle-plugin-4.3.0
4.1.x
web3j-gradle-plugin-4.1.3
4.0.x
web3j-gradle-plugin-4.0.3
0.1.x
web3j-gradle-plugin-0.1.6
web3j-gradle-plugin-0.1.5
web3j-gradle-plugin-0.1.4
web3j-gradle-plugin-0.1.3
web3j-gradle-plugin-0.1.2
web3j-gradle-plugin-0.1.1
web3j-gradle-plugin-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>web3j-gradle-plugin</artifactId>
    <version>4.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.web3j : web3j-gradle-plugin gradle dependency to your build.gradle file:

implementation 'org.web3j:web3j-gradle-plugin:4.6.0'

Gradle Kotlin DSL: Add the following org.web3j : web3j-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.web3j:web3j-gradle-plugin:4.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.web3j : web3j-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.web3j" % "web3j-gradle-plugin" % "4.6.0"

Advertisement

Dependencies from Group

Aug 03, 2023
142 usages
5k stars
Aug 03, 2023
35 usages
5k stars
Aug 03, 2023
28 usages
5k stars
abi
Aug 03, 2023
20 usages
5k stars
Aug 03, 2023
14 usages
5k stars

Discover Dependencies