is not current version
Last Version 5.0.0

org.web3j:core 4.8.3

web3j is a lightweight Java library for integration with Ethereum clients

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

core
Version

Version

4.8.3
Type

Type

jar

Download core 4.8.3


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