<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-boot-starter</artifactId>
<version>9.1.0</version>
</dependency>
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-boot-starter" % "9.1.0"
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-boot-starter', version='9.1.0')
)
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-boot-starter" rev="9.1.0" />
compile
|-- com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:9.1.0
|-- com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:9.1.0
|-- com.netflix.graphql.dgs:graphql-dgs-client:9.1.0
|-- com.netflix.graphql.dgs:graphql-error-types:9.1.0
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.25
runtime
|-- org.springframework.boot:spring-boot-starter-websocket:3.3.2