Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.leangen.graphql |
ArtifactId | ArtifactIdgraphql-spqr-spring-boot-starter |
Version | Version0.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-starter/ -->
<dependency>
<groupId>io.leangen.graphql</groupId>
<artifactId>graphql-spqr-spring-boot-starter</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-starter/
implementation 'io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.5'
// https://jarcasting.com/artifacts/io.leangen.graphql/graphql-spqr-spring-boot-starter/
implementation ("io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.5")
'io.leangen.graphql:graphql-spqr-spring-boot-starter:jar:0.0.5'
<dependency org="io.leangen.graphql" name="graphql-spqr-spring-boot-starter" rev="0.0.5">
<artifact name="graphql-spqr-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leangen.graphql', module='graphql-spqr-spring-boot-starter', version='0.0.5')
)
libraryDependencies += "io.leangen.graphql" % "graphql-spqr-spring-boot-starter" % "0.0.5"
[io.leangen.graphql/graphql-spqr-spring-boot-starter "0.0.5"]