acjay / spray-json-shapeless   1.2.1

Apache License 2.0 GitHub

:sparkles: Shapeless JsonFormats for spray-json

Scala versions: 2.11

spray-json-shapeless-acjay 1.2.1


Group ID:
com.github.acjay
Artifact ID:
spray-json-shapeless-acjay_2.11
Version:
1.2.1
Release Date:
Jun 7, 2016
Licenses:

libraryDependencies += "com.github.acjay" %% "spray-json-shapeless-acjay" % "1.2.1"
resolvers += Resolver.bintrayRepo("acjay", "maven")

Mill build tool

ivy"com.github.acjay::spray-json-shapeless-acjay:1.2.1"
MavenRepository("https://dl.bintray.com/acjay/maven")

Scala CLI

//> using dep "com.github.acjay::spray-json-shapeless-acjay:1.2.1"

Ammonite REPL

import $ivy.`com.github.acjay::spray-json-shapeless-acjay:1.2.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray acjay maven",
  "Some(https://dl.bintray.com/acjay/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.acjay</groupId>
  <artifactId>spray-json-shapeless-acjay_2.11</artifactId>
  <version>1.2.1</version>
</dependency>

compile group: 'com.github.acjay', name: 'spray-json-shapeless-acjay_2.11', version: '1.2.1'