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