upickle-core_0.27

upickle-core

License

License

MIT
GroupId

GroupId

com.lihaoyi
ArtifactId

ArtifactId

upickle-core_0.27
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

upickle-core_0.27
upickle-core
Project URL

Project URL

https://github.com/lihaoyi/upickle

Download upickle-core_0.27

How to add to project

<!-- https://jarcasting.com/artifacts/com.lihaoyi/upickle-core_0.27/ -->
<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>upickle-core_0.27</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/upickle-core_0.27/
implementation 'com.lihaoyi:upickle-core_0.27:1.2.2'
// https://jarcasting.com/artifacts/com.lihaoyi/upickle-core_0.27/
implementation ("com.lihaoyi:upickle-core_0.27:1.2.2")
'com.lihaoyi:upickle-core_0.27:jar:1.2.2'
<dependency org="com.lihaoyi" name="upickle-core_0.27" rev="1.2.2">
  <artifact name="upickle-core_0.27" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='upickle-core_0.27', version='1.2.2')
)
libraryDependencies += "com.lihaoyi" % "upickle-core_0.27" % "1.2.2"
[com.lihaoyi/upickle-core_0.27 "1.2.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.lihaoyi : geny_0.27 jar 0.6.2
org.scala-lang.modules : scala-collection-compat_2.13 jar 2.1.4

Project Modules

There are no modules declared in this project.

uPickle: a simple Scala JSON and Binary (MessagePack) serialization library

If you use uPickle and like it, you will probably enjoy the following book by the Author:

Hands-on Scala has uses uPickle extensively throughout the book, and has the entirety of Chapter 8: JSON and Binary Data Serialization dedicated to uPickle. Hands-on Scala is a great way to level up your skills in Scala in general and uPickle in particular.

For a hands-on introduction to this library, take a look at the following blog post:

If you use uPickle and like it, please support it by donating to our Patreon:

Build Status

Join the chat at https://gitter.im/lihaoyi/upickle

Versions

Version
1.2.2
1.2.1
1.2.0