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