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