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