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