sangria-json4s-native 0.1.1


Group ID:
org.sangria-graphql
Artifact ID:
sangria-json4s-native_2.11
Version:
0.1.1
Release Date:
Mar 8, 2016
Licenses:

libraryDependencies += "org.sangria-graphql" %% "sangria-json4s-native" % "0.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.sangria-graphql::sangria-json4s-native:0.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.sangria-graphql::sangria-json4s-native:0.1.1"

Ammonite REPL

import $ivy.`org.sangria-graphql::sangria-json4s-native:0.1.1`
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-json4s-native_2.11</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'org.sangria-graphql', name: 'sangria-json4s-native_2.11', version: '0.1.1'