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