MVN

com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure

Maven & Gradle

Jul 27, 2023
2.9k stars

graphql-dgs-subscriptions-graphql-sse-autoconfigure · graphql-dgs-subscriptions-graphql-sse-autoconfigure

<dependency>
    <groupId>com.netflix.graphql.dgs</groupId>
    <artifactId>graphql-dgs-subscriptions-graphql-sse-autoconfigure</artifactId>
    <version>7.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.6

All Versions

Choose a version of com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.3.6
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.3.4
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.3.2
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.3.0
7.2.x
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.2.0
7.1.x
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.1.0
7.0.x
graphql-dgs-subscriptions-graphql-sse-autoconfigure-7.0.0
6.0.x
graphql-dgs-subscriptions-graphql-sse-autoconfigure-6.0.5

How to add a dependency to Maven

Add the following com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.graphql.dgs</groupId>
    <artifactId>graphql-dgs-subscriptions-graphql-sse-autoconfigure</artifactId>
    <version>7.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure:7.3.6'

Gradle Kotlin DSL: Add the following com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure:7.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.graphql.dgs : graphql-dgs-subscriptions-graphql-sse-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.graphql.dgs" % "graphql-dgs-subscriptions-graphql-sse-autoconfigure" % "7.3.6"