<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-webmvc-autoconfigure</artifactId>
<version>8.7.1</version>
</dependency>
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:8.7.1'
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:8.7.1")
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-webmvc-autoconfigure" % "8.7.1"
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-webmvc-autoconfigure', version='8.7.1')
)
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-webmvc-autoconfigure" rev="8.7.1" />
compile
|-- com.netflix.graphql.dgs:graphql-dgs:8.7.1
|-- com.netflix.graphql.dgs:graphql-dgs-spring-webmvc:8.7.1
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.24
runtime
|-- org.springframework.boot:spring-boot-starter:3.2.5
|-- org.springframework:spring-webmvc:6.1.6
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
|-- com.fasterxml.jackson.module:jackson-module-kotlin:2.15.4
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.4