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