GroupId | GroupIdio.vlingo.xoom |
---|---|
ArtifactId | ArtifactIdxoom-graphql |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
xoom-graphql-1.7.0.pom | |
xoom-graphql-1.7.0.jar | 9 KB |
xoom-graphql-1.7.0-sources.jar | 13 KB |
xoom-graphql-1.7.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-graphql/ -->
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-graphql</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-graphql/
implementation 'io.vlingo.xoom:xoom-graphql:1.7.0'
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-graphql/
implementation ("io.vlingo.xoom:xoom-graphql:1.7.0")
'io.vlingo.xoom:xoom-graphql:jar:1.7.0'
<dependency org="io.vlingo.xoom" name="xoom-graphql" rev="1.7.0">
<artifact name="xoom-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vlingo.xoom', module='xoom-graphql', version='1.7.0')
)
libraryDependencies += "io.vlingo.xoom" % "xoom-graphql" % "1.7.0"
[io.vlingo.xoom/xoom-graphql "1.7.0"]