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 | Version7.0.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>7.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/
implementation 'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:7.0.1'
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-autoconfigure/
implementation ("com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:7.0.1")
'com.graphql-java-kickstart:graphql-spring-boot-autoconfigure:jar:7.0.1'
<dependency org="com.graphql-java-kickstart" name="graphql-spring-boot-autoconfigure" rev="7.0.1">
<artifact name="graphql-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-kickstart', module='graphql-spring-boot-autoconfigure', version='7.0.1')
)
libraryDependencies += "com.graphql-java-kickstart" % "graphql-spring-boot-autoconfigure" % "7.0.1"
[com.graphql-java-kickstart/graphql-spring-boot-autoconfigure "7.0.1"]