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