Files download
File Operation
base-4.5.7.jar download
base-4.5.7.pom download
base-4.5.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>base</artifactId>
  <version>4.5.7</version>
</dependency>
Gradle Groovy
implementation 'org.web3j:base:4.5.7'
Gradle Kotlin
implementation("org.web3j:base:4.5.7")
Scala SBT
libraryDependencies += "org.web3j" % "base" % "4.5.7"
Groovy Grape
@Grapes(
  @Grab(group='org.web3j', module='base', version='4.5.7')
)
Apache Ivy
<dependency org="org.web3j" name="base" rev="4.5.7" />
Leiningen
[org.web3j/base "4.5.7"]
Apache Buildr
'org.web3j:base:jar:4.5.7'
Dependencies