This repository has been deprecated by the owner.

nivox / akka-http-argonaut   0.2

MIT License GitHub

Argonaut wrapper for akka-http json marshalling/unmarshalling

Scala versions: 2.11 2.10

akka-http-argonaut 0.2


Group ID:
io.github.nivox
Artifact ID:
akka-http-argonaut_2.11
Version:
0.2
Release Date:
May 9, 2016
Licenses:
MIT

libraryDependencies += "io.github.nivox" %% "akka-http-argonaut" % "0.2"
resolvers += Resolver.bintrayRepo("nivox", "maven")

Mill build tool

ivy"io.github.nivox::akka-http-argonaut:0.2"
MavenRepository("https://dl.bintray.com/nivox/maven")

Scala CLI

//> using dep "io.github.nivox::akka-http-argonaut:0.2"

Ammonite REPL

import $ivy.`io.github.nivox::akka-http-argonaut:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray nivox maven",
  "Some(https://dl.bintray.com/nivox/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.nivox</groupId>
  <artifactId>akka-http-argonaut_2.11</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'io.github.nivox', name: 'akka-http-argonaut_2.11', version: '0.2'