Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcc.voox |
ArtifactId | ArtifactIdgraphql-spring-boot-starter |
Version | Version1.2.0-Beta |
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.2.0-Beta</version>
</dependency>
// https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/
implementation 'cc.voox:graphql-spring-boot-starter:1.2.0-Beta'
// https://jarcasting.com/artifacts/cc.voox/graphql-spring-boot-starter/
implementation ("cc.voox:graphql-spring-boot-starter:1.2.0-Beta")
'cc.voox:graphql-spring-boot-starter:jar:1.2.0-Beta'
<dependency org="cc.voox" name="graphql-spring-boot-starter" rev="1.2.0-Beta">
<artifact name="graphql-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.voox', module='graphql-spring-boot-starter', version='1.2.0-Beta')
)
libraryDependencies += "cc.voox" % "graphql-spring-boot-starter" % "1.2.0-Beta"
[cc.voox/graphql-spring-boot-starter "1.2.0-Beta"]