lbqds / rlp   0.1

MIT License GitHub

Recursive Length Prefix (RLP) encoding

Scala versions: 2.12

rlp 0.1


Group ID:
com.github.lbqds
Artifact ID:
rlp_2.12
Version:
0.1
Release Date:
May 20, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.lbqds" %% "rlp" % "0.1"

Mill build tool

ivy"com.github.lbqds::rlp:0.1"

Scala CLI

//> using dep "com.github.lbqds::rlp:0.1"

Ammonite REPL

import $ivy.`com.github.lbqds::rlp:0.1`

<dependency>
  <groupId>com.github.lbqds</groupId>
  <artifactId>rlp_2.12</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.lbqds', name: 'rlp_2.12', version: '0.1'