License |
License
MIT
|
---|---|
Categories |
CategoriesJava Languages Spring Boot Container Microservices |
GroupId | GroupIdcom.graphql-java-kickstart |
ArtifactId | ArtifactIdgraphql-spring-boot-test |
Last Version | Last Version12.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongraphql-spring-boot
GraphQL Spring Framework Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-test/ -->
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-spring-boot-test</artifactId>
<version>12.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-test/
implementation 'com.graphql-java-kickstart:graphql-spring-boot-test:12.0.0'
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-test/
implementation ("com.graphql-java-kickstart:graphql-spring-boot-test:12.0.0")
'com.graphql-java-kickstart:graphql-spring-boot-test:jar:12.0.0'
<dependency org="com.graphql-java-kickstart" name="graphql-spring-boot-test" rev="12.0.0">
<artifact name="graphql-spring-boot-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-kickstart', module='graphql-spring-boot-test', version='12.0.0')
)
libraryDependencies += "com.graphql-java-kickstart" % "graphql-spring-boot-test" % "12.0.0"
[com.graphql-java-kickstart/graphql-spring-boot-test "12.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.3.9 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
com.jayway.jsonpath : json-path | jar | 2.5.0 |
org.awaitility : awaitility | jar | 4.1.0 |