Categories |
CategoriesJava Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.graphql-java |
ArtifactId | ArtifactIdgraphiql-spring-boot-starter |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
graphiql-spring-boot-starter-3.0.6.pom | |
graphiql-spring-boot-starter-3.0.6.jar | 992 bytes |
graphiql-spring-boot-starter-3.0.6-sources.jar | 261 bytes |
graphiql-spring-boot-starter-3.0.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.graphql-java/graphiql-spring-boot-starter/ -->
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphiql-spring-boot-starter</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java/graphiql-spring-boot-starter/
implementation 'com.graphql-java:graphiql-spring-boot-starter:3.0.6'
// https://jarcasting.com/artifacts/com.graphql-java/graphiql-spring-boot-starter/
implementation ("com.graphql-java:graphiql-spring-boot-starter:3.0.6")
'com.graphql-java:graphiql-spring-boot-starter:jar:3.0.6'
<dependency org="com.graphql-java" name="graphiql-spring-boot-starter" rev="3.0.6">
<artifact name="graphiql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java', module='graphiql-spring-boot-starter', version='3.0.6')
)
libraryDependencies += "com.graphql-java" % "graphiql-spring-boot-starter" % "3.0.6"
[com.graphql-java/graphiql-spring-boot-starter "3.0.6"]