MVN

io.smallrye : smallrye-graphql-federation-runtime

Maven & Gradle

Mar 30, 2023
132 stars
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-federation-runtime</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye : smallrye-graphql-federation-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2
  • Latest Release Candidate: 2.0.0.RC10

All Versions

Choose a version of io.smallrye : smallrye-graphql-federation-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
smallrye-graphql-federation-runtime-2.0.0.RC10
smallrye-graphql-federation-runtime-2.0.0.RC9
smallrye-graphql-federation-runtime-2.0.0.RC8
smallrye-graphql-federation-runtime-2.0.0.RC7
smallrye-graphql-federation-runtime-2.0.0.RC6
smallrye-graphql-federation-runtime-2.0.0.RC5
smallrye-graphql-federation-runtime-2.0.0.RC4
smallrye-graphql-federation-runtime-2.0.0.RC3
smallrye-graphql-federation-runtime-2.0.0.RC2
smallrye-graphql-federation-runtime-2.0.0.RC1
1.8.x
smallrye-graphql-federation-runtime-1.8.3
smallrye-graphql-federation-runtime-1.8.2
smallrye-graphql-federation-runtime-1.8.1
smallrye-graphql-federation-runtime-1.8.0
1.7.x
smallrye-graphql-federation-runtime-1.7.2
smallrye-graphql-federation-runtime-1.7.1
smallrye-graphql-federation-runtime-1.7.0
1.6.x
smallrye-graphql-federation-runtime-1.6.2
smallrye-graphql-federation-runtime-1.6.1
smallrye-graphql-federation-runtime-1.6.0
1.5.x
smallrye-graphql-federation-runtime-1.5.0
1.4.x
smallrye-graphql-federation-runtime-1.4.5
smallrye-graphql-federation-runtime-1.4.4
smallrye-graphql-federation-runtime-1.4.3.1
smallrye-graphql-federation-runtime-1.4.3
smallrye-graphql-federation-runtime-1.4.2
smallrye-graphql-federation-runtime-1.4.1
smallrye-graphql-federation-runtime-1.4.0
1.3.x
smallrye-graphql-federation-runtime-1.3.5
smallrye-graphql-federation-runtime-1.3.4
smallrye-graphql-federation-runtime-1.3.3
smallrye-graphql-federation-runtime-1.3.2
smallrye-graphql-federation-runtime-1.3.1
smallrye-graphql-federation-runtime-1.3.0
1.2.x
smallrye-graphql-federation-runtime-1.2.8
smallrye-graphql-federation-runtime-1.2.7
smallrye-graphql-federation-runtime-1.2.6
smallrye-graphql-federation-runtime-1.2.5
smallrye-graphql-federation-runtime-1.2.4
smallrye-graphql-federation-runtime-1.2.3

How to add a dependency to Maven

Add the following io.smallrye : smallrye-graphql-federation-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-federation-runtime</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye : smallrye-graphql-federation-runtime gradle dependency to your build.gradle file:

implementation 'io.smallrye:smallrye-graphql-federation-runtime:1.7.2'

Gradle Kotlin DSL: Add the following io.smallrye : smallrye-graphql-federation-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye:smallrye-graphql-federation-runtime:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye : smallrye-graphql-federation-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye" % "smallrye-graphql-federation-runtime" % "1.7.2"

Advertisement