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