| Категории |
КатегорииJava Языки программирования Spring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.graphql-java-kickstart |
| Идентификатор | Идентификаторplayground-spring-boot-starter |
| Версия | Версия8.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| playground-spring-boot-starter-8.1.0.pom | |
| playground-spring-boot-starter-8.1.0.jar | 992 bytes |
| playground-spring-boot-starter-8.1.0-sources.jar | 261 bytes |
| playground-spring-boot-starter-8.1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.graphql-java-kickstart/playground-spring-boot-starter/ -->
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>playground-spring-boot-starter</artifactId>
<version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/playground-spring-boot-starter/
implementation 'com.graphql-java-kickstart:playground-spring-boot-starter:8.1.0'
// https://jarcasting.com/artifacts/com.graphql-java-kickstart/playground-spring-boot-starter/
implementation ("com.graphql-java-kickstart:playground-spring-boot-starter:8.1.0")
'com.graphql-java-kickstart:playground-spring-boot-starter:jar:8.1.0'
<dependency org="com.graphql-java-kickstart" name="playground-spring-boot-starter" rev="8.1.0">
<artifact name="playground-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-kickstart', module='playground-spring-boot-starter', version='8.1.0')
)
libraryDependencies += "com.graphql-java-kickstart" % "playground-spring-boot-starter" % "8.1.0"
[com.graphql-java-kickstart/playground-spring-boot-starter "8.1.0"]