License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.leangen.graphql |
ArtifactId | ArtifactIdgraphql-spqr-spring-boot-annotations |
Version | Version0.0.6 |
Type | Typejar |
Description |
DescriptionSpring Boot 2 starter powered by GraphQL SPQR
|
<!-- https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-annotations/ -->
<dependency>
<groupId>io.leangen.graphql</groupId>
<artifactId>graphql-spqr-spring-boot-annotations</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-annotations/
implementation 'io.leangen.graphql:graphql-spqr-spring-boot-annotations:0.0.6'
// https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-annotations/
implementation ("io.leangen.graphql:graphql-spqr-spring-boot-annotations:0.0.6")
'io.leangen.graphql:graphql-spqr-spring-boot-annotations:jar:0.0.6'
<dependency org="io.leangen.graphql" name="graphql-spqr-spring-boot-annotations" rev="0.0.6">
<artifact name="graphql-spqr-spring-boot-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leangen.graphql', module='graphql-spqr-spring-boot-annotations', version='0.0.6')
)
libraryDependencies += "io.leangen.graphql" % "graphql-spqr-spring-boot-annotations" % "0.0.6"
[io.leangen.graphql/graphql-spqr-spring-boot-annotations "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
io.leangen.graphql : spqr | jar | 0.11.2 |
org.springframework : spring-beans | jar |