is not current version
Last Version 5.0.0

org.web3j:rlp 4.8.8

Ethereum Recursive Length Prefix (RLP) encoding for serializing objects

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

rlp
Version

Version

4.8.8
Type

Type

jar

Download rlp 4.8.8


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