Files download
File Operation
sangria-play-json_2.13-2.0.2.jar download
sangria-play-json_2.13-2.0.2.pom download
sangria-play-json_2.13-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sangria-graphql</groupId>
  <artifactId>sangria-play-json_2.13</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.sangria-graphql:sangria-play-json_2.13:2.0.2'
Gradle Kotlin
implementation("org.sangria-graphql:sangria-play-json_2.13:2.0.2")
Scala SBT
libraryDependencies += "org.sangria-graphql" % "sangria-play-json_2.13" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.sangria-graphql', module='sangria-play-json_2.13', version='2.0.2')
)
Apache Ivy
<dependency org="org.sangria-graphql" name="sangria-play-json_2.13" rev="2.0.2" />
Leiningen
[org.sangria-graphql/sangria-play-json_2.13 "2.0.2"]
Apache Buildr
'org.sangria-graphql:sangria-play-json_2.13:jar:2.0.2'