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