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