is not current version
Last Version 2.0.0

com.apollographql.federation:federation-spring-example 2.0.0-alpha.2

Spring Boot example of federation-graphql-java-support usage

Categories

Categories

Apollo Container Microservices
GroupId

GroupId

com.apollographql.federation
ArtifactId

ArtifactId

federation-spring-example
Version

Version

2.0.0-alpha.2
Type

Type

jar

Download federation-spring-example 2.0.0-alpha.2


<!-- https://jarcasting.com/artifacts/com.apollographql.federation/federation-spring-example/ -->
<dependency>
    <groupId>com.apollographql.federation</groupId>
    <artifactId>federation-spring-example</artifactId>
    <version>2.0.0-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.federation/federation-spring-example/
implementation 'com.apollographql.federation:federation-spring-example:2.0.0-alpha.2'
// https://jarcasting.com/artifacts/com.apollographql.federation/federation-spring-example/
implementation ("com.apollographql.federation:federation-spring-example:2.0.0-alpha.2")
'com.apollographql.federation:federation-spring-example:jar:2.0.0-alpha.2'
<dependency org="com.apollographql.federation" name="federation-spring-example" rev="2.0.0-alpha.2">
  <artifact name="federation-spring-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.federation', module='federation-spring-example', version='2.0.0-alpha.2')
)
libraryDependencies += "com.apollographql.federation" % "federation-spring-example" % "2.0.0-alpha.2"
[com.apollographql.federation/federation-spring-example "2.0.0-alpha.2"]