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