| License |
License |
|---|---|
| GroupId | GroupIdorg.web3j |
| ArtifactId | ArtifactIdrlp |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionweb3j
Ethereum Recursive Length Prefix (RLP) encoding for serializing objects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rlp-5.0.0.pom | |
| rlp-5.0.0.jar | 5 KB |
| rlp-5.0.0-tests.jar | 4 KB |
| rlp-5.0.0-sources.jar | 6 KB |
| rlp-5.0.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/rlp/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>rlp</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/rlp/
implementation 'org.web3j:rlp:5.0.0'
// https://jarcasting.com/artifacts/org.web3j/rlp/
implementation ("org.web3j:rlp:5.0.0")
'org.web3j:rlp:jar:5.0.0'
<dependency org="org.web3j" name="rlp" rev="5.0.0">
<artifact name="rlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='rlp', version='5.0.0')
)
libraryDependencies += "org.web3j" % "rlp" % "5.0.0"
[org.web3j/rlp "5.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.web3j : utils | jar | 5.0.0 |