<dependency>
<groupId>com.netflix.graphql.dgs</groupId>
<artifactId>graphql-dgs-spring-boot-oss-autoconfigure</artifactId>
<version>8.4.1</version>
</dependency>
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:8.4.1'
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:8.4.1")
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-boot-oss-autoconfigure" % "8.4.1"
@Grapes(
@Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-boot-oss-autoconfigure', version='8.4.1')
)
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-boot-oss-autoconfigure" rev="8.4.1" />