<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-webmvc-autoconfigure</artifactId>
<version>5.5.3</version>
</dependency>
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:5.5.3'
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure:5.5.3")
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-webmvc-autoconfigure" % "5.5.3"
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-webmvc-autoconfigure', version='5.5.3')
)
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-webmvc-autoconfigure" rev="5.5.3" />
compile
|-- com.netflix.graphql.dgs:graphql-dgs:5.5.3
|-- com.netflix.graphql.dgs:graphql-dgs-spring-webmvc:5.5.3
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20
runtime
|-- org.springframework.boot:spring-boot-starter:2.7.5
|-- org.springframework:spring-webmvc:5.3.23
|-- jakarta.servlet:jakarta.servlet-api:4.0.4
|-- com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4