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