License |
License |
---|---|
Categories |
CategoriesApollo Container Microservices |
GroupId | GroupIdcom.apollographql.federation |
ArtifactId | ArtifactIdfederation-spring-example |
Version | Version0.9.0 |
Type | Typejar |
Description |
Descriptionfederation-spring-example
Spring Boot example of federation-graphql-java-support usage
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.apollographql.federation/federation-spring-example/ -->
<dependency>
<groupId>com.apollographql.federation</groupId>
<artifactId>federation-spring-example</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.apollographql.federation/federation-spring-example/
implementation 'com.apollographql.federation:federation-spring-example:0.9.0'
// https://jarcasting.com/artifacts/com.apollographql.federation/federation-spring-example/
implementation ("com.apollographql.federation:federation-spring-example:0.9.0")
'com.apollographql.federation:federation-spring-example:jar:0.9.0'
<dependency org="com.apollographql.federation" name="federation-spring-example" rev="0.9.0">
<artifact name="federation-spring-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apollographql.federation', module='federation-spring-example', version='0.9.0')
)
libraryDependencies += "com.apollographql.federation" % "federation-spring-example" % "0.9.0"
[com.apollographql.federation/federation-spring-example "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.apollographql.federation : federation-graphql-java-support | jar | 0.9.0 |
com.graphql-java : graphql-java | jar | 17.3 |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.5.4 |
org.springframework.boot : spring-boot-starter-web | jar | 2.5.4 |
com.graphql-java-kickstart : graphql-spring-boot-starter | jar | 11.1.0 |
com.graphql-java-kickstart : graphql-java-tools | jar | 11.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 17.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.graphql-java-kickstart : graphiql-spring-boot-starter | jar | 11.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |
com.graphql-java-kickstart : graphql-spring-boot-starter-test | jar | 11.1.0 |