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.1


Group ID:
io.github.nivox
Artifact ID:
akka-http-argonaut_2.11
Version:
0.1
Release Date:
Jan 19, 2016
Licenses:
MIT

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`io.github.nivox::akka-http-argonaut:0.1`
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.1</version>
</dependency>

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