GroupId | GroupIdcom.trib3 |
---|---|
ArtifactId | ArtifactIdgraphql |
Version | Version1.7.772 |
Type | Typejar |
Filename | Size |
---|---|
graphql-1.7.772.pom | |
graphql-1.7.772.jar | 104 KB |
graphql-1.7.772-tests.jar | 92 KB |
graphql-1.7.772-sources.jar | 19 KB |
graphql-1.7.772-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.trib3/graphql/ -->
<dependency>
<groupId>com.trib3</groupId>
<artifactId>graphql</artifactId>
<version>1.7.772</version>
</dependency>
// https://jarcasting.com/artifacts/com.trib3/graphql/
implementation 'com.trib3:graphql:1.7.772'
// https://jarcasting.com/artifacts/com.trib3/graphql/
implementation ("com.trib3:graphql:1.7.772")
'com.trib3:graphql:jar:1.7.772'
<dependency org="com.trib3" name="graphql" rev="1.7.772">
<artifact name="graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trib3', module='graphql', version='1.7.772')
)
libraryDependencies += "com.trib3" % "graphql" % "1.7.772"
[com.trib3/graphql "1.7.772"]