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