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