com-lihaoyi / upickle   4.1.0

MIT License Website GitHub

uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x
Scala Native versions: 0.5

upack 4.1.0


Group ID:
com.lihaoyi
Artifact ID:
upack_2.12
Version:
4.1.0
Version Scheme:
Release Date:
Jan 9, 2025
Licenses:
MIT
Files:
Full Scala Version:
2.12.18
Developers:

libraryDependencies += "com.lihaoyi" %% "upack" % "4.1.0"

Mill build tool

ivy"com.lihaoyi::upack:4.1.0"

Scala CLI

//> using dep "com.lihaoyi::upack:4.1.0"

Ammonite REPL

import $ivy.`com.lihaoyi::upack:4.1.0`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>upack_2.12</artifactId>
  <version>4.1.0</version>
</dependency>

compile group: 'com.lihaoyi', name: 'upack_2.12', version: '4.1.0'