is not current version
Last Version 5.0.0

org.web3j:core 4.9.0

web3j is a lightweight Java library for integration with Ethereum clients

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

core
Version

Version

4.9.0
Type

Type

jar

Download core 4.9.0


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