| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcc.voox |
| Идентификатор | Идентификаторgraphql-spring-boot-starter |
| Версия | Версия1.0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/ -->
<dependency>
<groupId>cc.voox</groupId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/
implementation 'cc.voox:graphql-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/
implementation ("cc.voox:graphql-spring-boot-starter:1.0.1")
'cc.voox:graphql-spring-boot-starter:jar:1.0.1'
<dependency org="cc.voox" name="graphql-spring-boot-starter" rev="1.0.1">
<artifact name="graphql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.voox', module='graphql-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "cc.voox" % "graphql-spring-boot-starter" % "1.0.1"
[cc.voox/graphql-spring-boot-starter "1.0.1"]