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