| Категории |
КатегорииJava Языки программирования Spring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.graphql-java-kickstart |
| Идентификатор | Идентификаторgraphql-spring-boot-starter-test |
| Версия | Версия5.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| graphql-spring-boot-starter-test-5.5.0.pom | |
| graphql-spring-boot-starter-test-5.5.0.jar | 261 bytes |
| graphql-spring-boot-starter-test-5.5.0-sources.jar | 261 bytes |
| graphql-spring-boot-starter-test-5.5.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- 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.5.0</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.5.0'
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/graphql-spring-boot-starter-test/
implementation ("com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.5.0")
'com.graphql-java-kickstart:graphql-spring-boot-starter-test:jar:5.5.0'
<dependency org="com.graphql-java-kickstart" name="graphql-spring-boot-starter-test" rev="5.5.0">
<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.5.0')
)
libraryDependencies += "com.graphql-java-kickstart" % "graphql-spring-boot-starter-test" % "5.5.0"
[com.graphql-java-kickstart/graphql-spring-boot-starter-test "5.5.0"]