| GroupId | GroupIdio.arcblock.forge |
|---|---|
| ArtifactId | ArtifactIdgraphql |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphql-1.0.3.pom | |
| graphql-1.0.3.jar | 300 KB |
| graphql-1.0.3-sources.jar | 8 KB |
| graphql-1.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.arcblock.forge/graphql/ -->
<dependency>
<groupId>io.arcblock.forge</groupId>
<artifactId>graphql</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.arcblock.forge/graphql/
implementation 'io.arcblock.forge:graphql:1.0.3'
// https://jarcasting.com/artifacts/io.arcblock.forge/graphql/
implementation ("io.arcblock.forge:graphql:1.0.3")
'io.arcblock.forge:graphql:jar:1.0.3'
<dependency org="io.arcblock.forge" name="graphql" rev="1.0.3">
<artifact name="graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arcblock.forge', module='graphql', version='1.0.3')
)
libraryDependencies += "io.arcblock.forge" % "graphql" % "1.0.3"
[io.arcblock.forge/graphql "1.0.3"]