fcomb / akka-http-circe   1.0.0

GitHub

Akka Http marshallers for Circe.

Scala versions: 2.12 2.11

akka-http-circe 1.0-RC1


Group ID:
io.fcomb
Artifact ID:
akka-http-circe_2.11
Version:
1.0-RC1
Release Date:
Nov 3, 2016
Licenses:

libraryDependencies += "io.fcomb" %% "akka-http-circe" % "1.0-RC1"
resolvers += Resolver.bintrayRepo("fcomb", "maven")

Mill build tool

ivy"io.fcomb::akka-http-circe:1.0-RC1"
MavenRepository("https://dl.bintray.com/fcomb/maven")

Scala CLI

//> using dep "io.fcomb::akka-http-circe:1.0-RC1"

Ammonite REPL

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

<dependency>
  <groupId>io.fcomb</groupId>
  <artifactId>akka-http-circe_2.11</artifactId>
  <version>1.0-RC1</version>
</dependency>

compile group: 'io.fcomb', name: 'akka-http-circe_2.11', version: '1.0-RC1'