is not current version
Last Version 1.0.2

io.github.matrixainetwork:rlp 1.0.1

Matrix Recursive Length Prefix (RLP) encoding for serializing objects

Categories

Categories

Net
GroupId

GroupId

io.github.matrixainetwork
ArtifactId

ArtifactId

rlp
Version

Version

1.0.1
Type

Type

jar

Download rlp 1.0.1


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