is not current version
Last Version 5.0.0

org.web3j:rlp 4.9.2

Ethereum Recursive Length Prefix (RLP) encoding for serializing objects

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

rlp
Version

Version

4.9.2
Type

Type

jar

Download rlp 4.9.2


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