graphql-java-spring-webflux
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-spring-webflux</artifactId>
<version>2019-04-08T08-28-26-d7659a9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-spring-webflux</artifactId>
<version>2019-04-08T08-28-26-d7659a9</version>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>12.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>graphql-java-spring-webflux</name>
<description>GraphQL Java Spring Webflux integration</description>
<url>https://github.com/graphql-java/graphql-java-spring</url>
<scm>
<url>https://github.com/graphql-java/graphql-java-spring</url>
<connection>https://github.com/graphql-java/graphql-java-spring</connection>
<developerConnection>https://github.com/graphql-java/graphql-java-spring</developerConnection>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/graphql-java/graphql-java-spring/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>andimarek</id>
<name>Andreas Marek</name>
</developer>
</developers>
</project>