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