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