is not current version
Last Version 5.0.0

org.web3j:besu 4.5.5

Pantheon JSON-RPC API

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

besu
Version

Version

4.5.5
Type

Type

jar

Download besu 4.5.5


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