GroupId | GroupIdio.stargate.graphql |
---|---|
ArtifactId | ArtifactIdsgv2-graphqlapi |
Version | Version2.0.0-ALPHA-10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.stargate.graphql/sgv2-graphqlapi/ -->
<dependency>
<groupId>io.stargate.graphql</groupId>
<artifactId>sgv2-graphqlapi</artifactId>
<version>2.0.0-ALPHA-10</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.graphql/sgv2-graphqlapi/
implementation 'io.stargate.graphql:sgv2-graphqlapi:2.0.0-ALPHA-10'
// https://jarcasting.com/artifacts/io.stargate.graphql/sgv2-graphqlapi/
implementation ("io.stargate.graphql:sgv2-graphqlapi:2.0.0-ALPHA-10")
'io.stargate.graphql:sgv2-graphqlapi:jar:2.0.0-ALPHA-10'
<dependency org="io.stargate.graphql" name="sgv2-graphqlapi" rev="2.0.0-ALPHA-10">
<artifact name="sgv2-graphqlapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.graphql', module='sgv2-graphqlapi', version='2.0.0-ALPHA-10')
)
libraryDependencies += "io.stargate.graphql" % "sgv2-graphqlapi" % "2.0.0-ALPHA-10"
[io.stargate.graphql/sgv2-graphqlapi "2.0.0-ALPHA-10"]