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