is not current version
Last Version 5.0.0

org.web3j:core 4.0.3

Connect JVM applications to Ethereum blockchains with web3j - a lightweight, reactive, type safe library for Java, Android, Kotlin and Scala.

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

core
Version

Version

4.0.3
Type

Type

jar

Download core 4.0.3


<!-- https://jarcasting.com/artifacts/org.web3j/core/ -->
<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>core</artifactId>
    <version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/core/
implementation 'org.web3j:core:4.0.3'
// https://jarcasting.com/artifacts/org.web3j/core/
implementation ("org.web3j:core:4.0.3")
'org.web3j:core:jar:4.0.3'
<dependency org="org.web3j" name="core" rev="4.0.3">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='core', version='4.0.3')
)
libraryDependencies += "org.web3j" % "core" % "4.0.3"
[org.web3j/core "4.0.3"]