| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcc.voox |
| ArtifactId | ArtifactIdgraphql-spring-boot-starter |
| Version | Version1.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/ -->
<dependency>
<groupId>cc.voox</groupId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/
implementation 'cc.voox:graphql-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/
implementation ("cc.voox:graphql-spring-boot-starter:1.0.2")
'cc.voox:graphql-spring-boot-starter:jar:1.0.2'
<dependency org="cc.voox" name="graphql-spring-boot-starter" rev="1.0.2">
<artifact name="graphql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.voox', module='graphql-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "cc.voox" % "graphql-spring-boot-starter" % "1.0.2"
[cc.voox/graphql-spring-boot-starter "1.0.2"]