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