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