Categories |
CategoriesJava Languages Spring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.graphql-java |
ArtifactId | ArtifactIdgraphql-java-spring-boot-starter-webflux |
Version | Version2018-12-02T07-24-24-de3b16c |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphql-java/graphql-java-spring-boot-starter-webflux/ -->
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-spring-boot-starter-webflux</artifactId>
<version>2018-12-02T07-24-24-de3b16c</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java/graphql-java-spring-boot-starter-webflux/
implementation 'com.graphql-java:graphql-java-spring-boot-starter-webflux:2018-12-02T07-24-24-de3b16c'
// https://jarcasting.com/artifacts/com.graphql-java/graphql-java-spring-boot-starter-webflux/
implementation ("com.graphql-java:graphql-java-spring-boot-starter-webflux:2018-12-02T07-24-24-de3b16c")
'com.graphql-java:graphql-java-spring-boot-starter-webflux:jar:2018-12-02T07-24-24-de3b16c'
<dependency org="com.graphql-java" name="graphql-java-spring-boot-starter-webflux" rev="2018-12-02T07-24-24-de3b16c">
<artifact name="graphql-java-spring-boot-starter-webflux" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java', module='graphql-java-spring-boot-starter-webflux', version='2018-12-02T07-24-24-de3b16c')
)
libraryDependencies += "com.graphql-java" % "graphql-java-spring-boot-starter-webflux" % "2018-12-02T07-24-24-de3b16c"
[com.graphql-java/graphql-java-spring-boot-starter-webflux "2018-12-02T07-24-24-de3b16c"]