| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.paypal.mocca |
| ArtifactId | ArtifactIdmocca-client |
| Version | Version0.0.1 |
| Type | Typepom |
| Description |
Descriptionmocca-client
Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mocca-client-0.0.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.paypal.mocca/mocca-client/ -->
<dependency>
<groupId>com.paypal.mocca</groupId>
<artifactId>mocca-client</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.paypal.mocca/mocca-client/
implementation 'com.paypal.mocca:mocca-client:0.0.1'
// https://jarcasting.com/artifacts/com.paypal.mocca/mocca-client/
implementation ("com.paypal.mocca:mocca-client:0.0.1")
'com.paypal.mocca:mocca-client:pom:0.0.1'
<dependency org="com.paypal.mocca" name="mocca-client" rev="0.0.1">
<artifact name="mocca-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.paypal.mocca', module='mocca-client', version='0.0.1')
)
libraryDependencies += "com.paypal.mocca" % "mocca-client" % "0.0.1"
[com.paypal.mocca/mocca-client "0.0.1"]