文件下载
文件名 操作
graphql-dgs-4.9.21.jar 下载
graphql-dgs-4.9.21.pom 下载
graphql-dgs-4.9.21-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.graphql.dgs</groupId>
  <artifactId>graphql-dgs</artifactId>
  <version>4.9.21</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.graphql.dgs:graphql-dgs:4.9.21'
Gradle Kotlin
implementation("com.netflix.graphql.dgs:graphql-dgs:4.9.21")
Scala SBT
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs" % "4.9.21"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.graphql.dgs', module='graphql-dgs', version='4.9.21')
)
Apache Ivy
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs" rev="4.9.21" />
Leiningen
[com.netflix.graphql.dgs/graphql-dgs "4.9.21"]
Apache Buildr
'com.netflix.graphql.dgs:graphql-dgs:jar:4.9.21'