msgpack4z / msgpack4z-core   0.6.1

MIT License GitHub

typeclass based functional msgpack serializer/deserializer for Scala. support scala.js and scala-native / msgpack.org[Scala]

Scala versions: 3.x 2.13 2.12 2.11
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4 0.3

msgpack4z-core 0.3.9


Group ID:
com.github.xuwei-k
Artifact ID:
msgpack4z-core_2.12
Version:
0.3.9
Release Date:
May 17, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.xuwei-k" %% "msgpack4z-core" % "0.3.9"

Mill build tool

ivy"com.github.xuwei-k::msgpack4z-core:0.3.9"

Scala CLI

//> using dep "com.github.xuwei-k::msgpack4z-core:0.3.9"

Ammonite REPL

import $ivy.`com.github.xuwei-k::msgpack4z-core:0.3.9`

<dependency>
  <groupId>com.github.xuwei-k</groupId>
  <artifactId>msgpack4z-core_2.12</artifactId>
  <version>0.3.9</version>
</dependency>

compile group: 'com.github.xuwei-k', name: 'msgpack4z-core_2.12', version: '0.3.9'