graphql-provider-starter-dgs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.babyfish.graphql.provider</groupId> <artifactId>graphql-provider-starter-dgs</artifactId> <version>0.0.13</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"> <!-- 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>org.babyfish.graphql.provider</groupId> <artifactId>graphql-provider-starter-dgs</artifactId> <version>0.0.13</version> <name>graphql-provider</name> <description>SQL DSL base on kotlin</description> <url>https://github.com/babyfish-ct/graphql-provider</url> <licenses> <license> <name>MIT</name> <url>https://github.com/babyfish-ct/graphql-provider/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>babyfish-ct</id> <name>陈涛</name> <email>babyfish.ct@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/babyfish-ct/graphql-provider.git</connection> <developerConnection>scm:git:ssh://github.com/babyfish-ct/graphql-provider.git</developerConnection> <url>https://github.com/babyfish-ct/graphql-provider</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.netflix.graphql.dgs</groupId> <artifactId>graphql-dgs-platform-dependencies</artifactId> <version>4.9.21</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.babyfish.graphql.provider</groupId> <artifactId>graphql-provider</artifactId> <version>0.0.13</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <version>2.6.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.netflix.graphql.dgs</groupId> <artifactId>graphql-dgs-webflux-starter</artifactId> <version>4.9.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java-extended-scalars</artifactId> <version>17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.6.10</version> <scope>runtime</scope> </dependency> </dependencies> </project>