is not current version
Last Version 1.2

org.mountcloud:graphql-client 1.1

graphql java client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.mountcloud
ArtifactId

ArtifactId

graphql-client
Version

Version

1.1
Type

Type

jar

Download graphql-client 1.1


<!-- https://jarcasting.com/artifacts/org.mountcloud/graphql-client/ -->
<dependency>
    <groupId>org.mountcloud</groupId>
    <artifactId>graphql-client</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mountcloud/graphql-client/
implementation 'org.mountcloud:graphql-client:1.1'
// https://jarcasting.com/artifacts/org.mountcloud/graphql-client/
implementation ("org.mountcloud:graphql-client:1.1")
'org.mountcloud:graphql-client:jar:1.1'
<dependency org="org.mountcloud" name="graphql-client" rev="1.1">
  <artifact name="graphql-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mountcloud', module='graphql-client', version='1.1')
)
libraryDependencies += "org.mountcloud" % "graphql-client" % "1.1"
[org.mountcloud/graphql-client "1.1"]