is not current version
Last Version 5.0.0

org.web3j:besu 4.8.9

Besu JSON-RPC API

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

besu
Version

Version

4.8.9
Type

Type

jar

Download besu 4.8.9


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