ayuudee / spray-argonaut-support   0.1.2

MIT License GitHub

Support for using Argonaut as a JSON marshaller/unmarshaller in Spray.

Scala versions: 2.11

spray-argonaut-support 0.1.2


Group ID:
org.jesusthecat
Artifact ID:
spray-argonaut-support_2.11
Version:
0.1.2
Release Date:
Jan 5, 2016
Licenses:
MIT

libraryDependencies += "org.jesusthecat" %% "spray-argonaut-support" % "0.1.2"
resolvers += Resolver.bintrayRepo("ayuudee", "maven")

Mill build tool

ivy"org.jesusthecat::spray-argonaut-support:0.1.2"
MavenRepository("https://dl.bintray.com/ayuudee/maven")

Scala CLI

//> using dep "org.jesusthecat::spray-argonaut-support:0.1.2"

Ammonite REPL

import $ivy.`org.jesusthecat::spray-argonaut-support:0.1.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray ayuudee maven",
  "Some(https://dl.bintray.com/ayuudee/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.jesusthecat</groupId>
  <artifactId>spray-argonaut-support_2.11</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'org.jesusthecat', name: 'spray-argonaut-support_2.11', version: '0.1.2'