MVN

io.github.liewhite : web3_3

Maven & Gradle

Sep 20, 2022
3 stars

web3 · web3

<dependency>
    <groupId>io.github.liewhite</groupId>
    <artifactId>web3_3</artifactId>
    <version>0.17.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.liewhite : web3_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.5

All Versions

Choose a version of io.github.liewhite : web3_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
web3_3-0.17.5
web3_3-0.17.3
web3_3-0.17.2
web3_3-0.17.0
0.16.x
web3_3-0.16.0
0.15.x
web3_3-0.15.12
web3_3-0.15.11
web3_3-0.15.10
web3_3-0.15.9
web3_3-0.15.6
web3_3-0.15.5
web3_3-0.15.4
web3_3-0.15.3
web3_3-0.15.2
web3_3-0.15.1
web3_3-0.15.0
0.14.x
web3_3-0.14.1
web3_3-0.14.0
0.13.x
web3_3-0.13.7
web3_3-0.13.6
web3_3-0.13.5
web3_3-0.13.4
web3_3-0.13.3
web3_3-0.13.2
0.12.x
web3_3-0.12.8
web3_3-0.12.7
web3_3-0.12.6
web3_3-0.12.5
web3_3-0.12.4
web3_3-0.12.3
web3_3-0.12.2
web3_3-0.12.1
web3_3-0.12.0
0.11.x
web3_3-0.11.10
web3_3-0.11.9
web3_3-0.11.8
web3_3-0.11.7
web3_3-0.11.6
web3_3-0.11.4
web3_3-0.11.3
web3_3-0.11.2
web3_3-0.11.1
web3_3-0.11.0
0.10.x
web3_3-0.10.0

How to add a dependency to Maven

Add the following io.github.liewhite : web3_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.liewhite</groupId>
    <artifactId>web3_3</artifactId>
    <version>0.17.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.liewhite : web3_3 gradle dependency to your build.gradle file:

implementation 'io.github.liewhite:web3_3:0.17.5'

Gradle Kotlin DSL: Add the following io.github.liewhite : web3_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.liewhite:web3_3:0.17.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.liewhite : web3_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.liewhite" % "web3_3" % "0.17.5"

Advertisement