r

rlp

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