msgpack4z / msgpack4z-native   0.4.0

Website GitHub

simple implementation of msgpack4z-api. zero dependencies without msgpack4z-api. support jvm, scala-js and scala-native

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

msgpack4z-native_2.13.0-M4-pre-20d3c21 0.3.4


Group ID:
com.github.xuwei-k
Artifact ID:
msgpack4z-native_2.13.0-M4-pre-20d3c21
Version:
0.3.4
Release Date:
Jun 30, 2018
Licenses:
MIT

libraryDependencies += "com.github.xuwei-k" % "msgpack4z-native_2.13.0-M4-pre-20d3c21" % "0.3.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.xuwei-k:msgpack4z-native_2.13.0-M4-pre-20d3c21:0.3.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.xuwei-k:msgpack4z-native_2.13.0-M4-pre-20d3c21:0.3.4"

Ammonite REPL

import $ivy.`com.github.xuwei-k:msgpack4z-native_2.13.0-M4-pre-20d3c21:0.3.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.xuwei-k</groupId>
  <artifactId>msgpack4z-native_2.13.0-M4-pre-20d3c21</artifactId>
  <version>0.3.4</version>
</dependency>

compile group: 'com.github.xuwei-k', name: 'msgpack4z-native_2.13.0-M4-pre-20d3c21', version: '0.3.4'