m

mocca-http2

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular
https://github.com/paypal/mocca
MIT
Fabio Carvalho Abhijith Prabhakar Samuel Cox
Files download
File Operation
mocca-http2-0.0.8.jar download
mocca-http2-0.0.8.pom download
mocca-http2-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.paypal.mocca</groupId>
  <artifactId>mocca-http2</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.paypal.mocca:mocca-http2:0.0.8'
Gradle Kotlin
implementation("com.paypal.mocca:mocca-http2:0.0.8")
Scala SBT
libraryDependencies += "com.paypal.mocca" % "mocca-http2" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.paypal.mocca', module='mocca-http2', version='0.0.8')
)
Apache Ivy
<dependency org="com.paypal.mocca" name="mocca-http2" rev="0.0.8" />
Leiningen
[com.paypal.mocca/mocca-http2 "0.0.8"]
Apache Buildr
'com.paypal.mocca:mocca-http2:jar:0.0.8'