g

graphql-dgs-spring-boot-oss-autoconfigure

graphql-dgs-spring-boot-oss-autoconfigure
https://github.com/Netflix/dgs-framework
The Apache Software License, Version 2.0
Netflix Open Source Development
文件下载
文件名 操作
graphql-dgs-spring-boot-oss-autoconfigure-5.6.0.jar 下载
graphql-dgs-spring-boot-oss-autoconfigure-5.6.0.pom 下载
graphql-dgs-spring-boot-oss-autoconfigure-5.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.graphql.dgs</groupId>
  <artifactId>graphql-dgs-spring-boot-oss-autoconfigure</artifactId>
  <version>5.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:5.6.0'
Gradle Kotlin
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:5.6.0")
Scala SBT
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-spring-boot-oss-autoconfigure" % "5.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-spring-boot-oss-autoconfigure', version='5.6.0')
)
Apache Ivy
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-spring-boot-oss-autoconfigure" rev="5.6.0" />
Leiningen
[com.netflix.graphql.dgs/graphql-dgs-spring-boot-oss-autoconfigure "5.6.0"]
Apache Buildr
'com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure:jar:5.6.0'