Categories |
CategoriesJava Languages Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.graphql-java-kickstart |
ArtifactId | ArtifactIdgraphql-spring-boot-autoconfigure |
Version | Version5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-spring-boot-autoconfigure</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/
implementation 'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:5.1'
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/
implementation ("com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:5.1")
'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:jar:5.1'
<dependency org="com.graphql-java-kickstart" name="graphql-spring-boot-autoconfigure" rev="5.1">
<artifact name="graphql-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-kickstart', module='graphql-spring-boot-autoconfigure', version='5.1')
)
libraryDependencies += "com.graphql-java-kickstart" % "graphql-spring-boot-autoconfigure" % "5.1"
[com.graphql-java-kickstart/graphql-spring-boot-autoconfigure "5.1"]