sangria-play-json 0.1.0


Group ID:
org.sangria-graphql
Artifact ID:
sangria-play-json_2.11
Version:
0.1.0
Release Date:
Jan 28, 2016
Licenses:

libraryDependencies += "org.sangria-graphql" %% "sangria-play-json" % "0.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.sangria-graphql::sangria-play-json:0.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.sangria-graphql::sangria-play-json:0.1.0"

Ammonite REPL

import $ivy.`org.sangria-graphql::sangria-play-json:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.sangria-graphql</groupId>
  <artifactId>sangria-play-json_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'org.sangria-graphql', name: 'sangria-play-json_2.11', version: '0.1.0'