r

rlp

Ethereum Recursive Length Prefix (RLP) encoding for serializing objects
https://web3j.io
The Apache License, Version 2.0
Conor Svensson
Files download
File Operation
rlp-4.9.8.jar download
rlp-4.9.8.pom download
rlp-4.9.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>rlp</artifactId>
  <version>4.9.8</version>
</dependency>
Gradle Groovy
implementation 'org.web3j:rlp:4.9.8'
Gradle Kotlin
implementation("org.web3j:rlp:4.9.8")
Scala SBT
libraryDependencies += "org.web3j" % "rlp" % "4.9.8"
Groovy Grape
@Grapes(
  @Grab(group='org.web3j', module='rlp', version='4.9.8')
)
Apache Ivy
<dependency org="org.web3j" name="rlp" rev="4.9.8" />
Leiningen
[org.web3j/rlp "4.9.8"]
Apache Buildr
'org.web3j:rlp:jar:4.9.8'
Dependencies