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