GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-graphql-integration-tests |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-integration-tests/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-integration-tests</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-integration-tests/
implementation 'io.smallrye:smallrye-graphql-integration-tests:1.0.6'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-integration-tests/
implementation ("io.smallrye:smallrye-graphql-integration-tests:1.0.6")
'io.smallrye:smallrye-graphql-integration-tests:jar:1.0.6'
<dependency org="io.smallrye" name="smallrye-graphql-integration-tests" rev="1.0.6">
<artifact name="smallrye-graphql-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-integration-tests', version='1.0.6')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-integration-tests" % "1.0.6"
[io.smallrye/smallrye-graphql-integration-tests "1.0.6"]