<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-boot-oss-autoconfigure</artifactId>
<version>8.5.7</version>
</dependency>
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:8.5.7'
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:8.5.7")
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-boot-oss-autoconfigure" % "8.5.7"
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-boot-oss-autoconfigure', version='8.5.7')
)
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-boot-oss-autoconfigure" rev="8.5.7" />
compile
|-- com.netflix.graphql.dgs:graphql-dgs:8.5.7
|-- com.netflix.graphql.dgs:graphql-dgs-spring-webmvc:8.5.7
|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.23
runtime
|-- org.springframework:spring-web:6.1.6
|-- org.springframework.boot:spring-boot-starter:3.2.5