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