benhutchison / prickle   1.1.16

GitHub

Prickle is a library for easily pickling (serializing) object graphs between Scala and Scala.js.

Scala versions: 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6

prickle 1.1.13


Group ID:
com.github.benhutchison
Artifact ID:
prickle_2.11
Version:
1.1.13
Release Date:
Nov 13, 2016
Licenses:
Files:

libraryDependencies += "com.github.benhutchison" %% "prickle" % "1.1.13"

Mill build tool

ivy"com.github.benhutchison::prickle:1.1.13"

Scala CLI

//> using dep "com.github.benhutchison::prickle:1.1.13"

Ammonite REPL

import $ivy.`com.github.benhutchison::prickle:1.1.13`

<dependency>
  <groupId>com.github.benhutchison</groupId>
  <artifactId>prickle_2.11</artifactId>
  <version>1.1.13</version>
</dependency>

compile group: 'com.github.benhutchison', name: 'prickle_2.11', version: '1.1.13'