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