MVN

org.web3j : web3j-gradle-plugin

Maven & Gradle

Aug 14, 2020
31 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 Updated
  • web3j-gradle-plugin-4.6.0

    Aug 14, 2020
  • web3j-gradle-plugin-4.5.11

    Dec 16, 2019
  • web3j-gradle-plugin-4.5.10

    Dec 13, 2019
  • web3j-gradle-plugin-4.5.9

    Dec 02, 2019
  • web3j-gradle-plugin-4.5.8

    Nov 27, 2019
  • web3j-gradle-plugin-4.5.7

    Nov 18, 2019
  • web3j-gradle-plugin-4.5.5

    Oct 04, 2019
  • web3j-gradle-plugin-4.5.0

    Aug 27, 2019
  • web3j-gradle-plugin-4.4.0

    Aug 06, 2019
  • web3j-gradle-plugin-4.3.0

    Jul 15, 2019
  • web3j-gradle-plugin-4.1.3

    Mar 12, 2019
  • web3j-gradle-plugin-4.0.3

    Dec 09, 2018
  • web3j-gradle-plugin-0.1.6

    Nov 03, 2018
  • web3j-gradle-plugin-0.1.5

    Nov 01, 2018
  • web3j-gradle-plugin-0.1.4

    Oct 11, 2018
  • web3j-gradle-plugin-0.1.3

    Oct 02, 2018
  • web3j-gradle-plugin-0.1.2

    Sep 12, 2018
  • web3j-gradle-plugin-0.1.1

    Sep 04, 2018
  • web3j-gradle-plugin-0.1.0

    Aug 23, 2018

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"