edadma / ubjson   0.2.1

ISC License GitHub

an implementation of the Universal Binary JSON (UBJSON) computer data interchange format for Scala

Scala versions: 2.12

ubjson 0.2.1


Group ID:
xyz.hyperreal
Artifact ID:
ubjson_2.12
Version:
0.2.1
Release Date:
Apr 12, 2018
Licenses:

libraryDependencies += "xyz.hyperreal" %% "ubjson" % "0.2.1"
resolvers += Resolver.bintrayRepo("edadma", "maven")

Mill build tool

ivy"xyz.hyperreal::ubjson:0.2.1"
MavenRepository("https://dl.bintray.com/edadma/maven")

Scala CLI

//> using dep "xyz.hyperreal::ubjson:0.2.1"

Ammonite REPL

import $ivy.`xyz.hyperreal::ubjson:0.2.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray edadma maven",
  "Some(https://dl.bintray.com/edadma/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>xyz.hyperreal</groupId>
  <artifactId>ubjson_2.12</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'xyz.hyperreal', name: 'ubjson_2.12', version: '0.2.1'