graphql-graphiql-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.sadv1r.spring.graphql</groupId> <artifactId>graphql-graphiql-spring-boot-starter</artifactId> <version>0.9.0</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ru.sadv1r.spring.graphql</groupId> <artifactId>graphql-graphiql-spring-boot-starter</artifactId> <version>0.9.0</version> <name>GraphQL GraphiQL Spring Boot Starter</name> <description>GraphQL GraphiQL Spring Boot Starter</description> <url>https://github.com/sadv1r/spring-graphql-editors</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <id>sadv1r</id> <name>Dmitry Ivanov</name> <email>me@sadv1r.ru</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/sadv1r/spring-graphql-editors.git</connection> <developerConnection>scm:git:git://github.com/sadv1r/spring-graphql-editors.git</developerConnection> <url>https://github.com/sadv1r/spring-graphql-editors</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/sadv1r/spring-graphql-editors/issues</url> </issueManagement> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>3.3.0</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>