MVN

foundation.klaytn : web3j-ext

Maven & Gradle

Aug 14, 2023

web3j-ext

<dependency>
    <groupId>foundation.klaytn</groupId>
    <artifactId>web3j-ext</artifactId>
    <version>v0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of foundation.klaytn : web3j-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.9.3
  • Latest Beta: v0.9.0-beta

All Versions

Choose a version of foundation.klaytn : web3j-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.9.x
web3j-ext-v0.9.3
web3j-ext-v0.9.2
web3j-ext-v0.9.0-beta
web3j-ext-v0.9.0

How to add a dependency to Maven

Add the following foundation.klaytn : web3j-ext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>foundation.klaytn</groupId>
    <artifactId>web3j-ext</artifactId>
    <version>v0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following foundation.klaytn : web3j-ext gradle dependency to your build.gradle file:

implementation 'foundation.klaytn:web3j-ext:v0.9.3'

Gradle Kotlin DSL: Add the following foundation.klaytn : web3j-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("foundation.klaytn:web3j-ext:v0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following foundation.klaytn : web3j-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "foundation.klaytn" % "web3j-ext" % "v0.9.3"