graphql-java-spring-boot-starter-webmvc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java-spring-boot-starter-webmvc</artifactId> <version>2021-10-25T04-50-54-fbc162f</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.graphql-java</groupId> <artifactId>graphql-java-spring-boot-starter-webmvc</artifactId> <version>2021-10-25T04-50-54-fbc162f</version> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>2.1.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java-spring-webmvc</artifactId> <version>2021-10-25T04-50-54-fbc162f</version> <scope>compile</scope> </dependency> </dependencies> <name>graphql-java-spring-boot-starter-webmvc</name> <description>GraphQL Java Spring Boot starter Webmvc</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>