akka-http-marshalling-play-json 0.2.0


Group ID:
io.pjan
Artifact ID:
akka-http-marshalling-play-json_2.10
Version:
0.2.0
Release Date:
Jun 28, 2015
Licenses:
MIT

libraryDependencies += "io.pjan" %% "akka-http-marshalling-play-json" % "0.2.0"
resolvers += Resolver.bintrayRepo("pjan", "maven")

Mill build tool

ivy"io.pjan::akka-http-marshalling-play-json:0.2.0"
MavenRepository("https://dl.bintray.com/pjan/maven")

Scala CLI

//> using dep "io.pjan::akka-http-marshalling-play-json:0.2.0"

Ammonite REPL

import $ivy.`io.pjan::akka-http-marshalling-play-json:0.2.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray pjan maven",
  "Some(https://dl.bintray.com/pjan/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.pjan</groupId>
  <artifactId>akka-http-marshalling-play-json_2.10</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'io.pjan', name: 'akka-http-marshalling-play-json_2.10', version: '0.2.0'