Files download
File Operation
graphql-dgs-subscription-types-4.9.22.jar download
graphql-dgs-subscription-types-4.9.22.pom download
graphql-dgs-subscription-types-4.9.22-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.graphql.dgs</groupId>
  <artifactId>graphql-dgs-subscription-types</artifactId>
  <version>4.9.22</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.graphql.dgs:graphql-dgs-subscription-types:4.9.22'
Gradle Kotlin
implementation("com.netflix.graphql.dgs:graphql-dgs-subscription-types:4.9.22")
Scala SBT
libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-subscription-types" % "4.9.22"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.graphql.dgs', module='graphql-dgs-subscription-types', version='4.9.22')
)
Apache Ivy
<dependency org="com.netflix.graphql.dgs" name="graphql-dgs-subscription-types" rev="4.9.22" />
Leiningen
[com.netflix.graphql.dgs/graphql-dgs-subscription-types "4.9.22"]
Apache Buildr
'com.netflix.graphql.dgs:graphql-dgs-subscription-types:jar:4.9.22'