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