MVN

io.smallrye : smallrye-graphql-client

Maven & Gradle

Aug 02, 2023
9 usages
132 stars

SmallRye: GraphQL Client :: Implementation

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-client</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.0
  • Latest Release Candidate: 2.0.0.RC13
  • Latest Beta: 2.1.0.Beta1
  • Latest Alpha: 1.2.0.Alpha2

All Versions

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

Version Vulnerabilities Updated
2.3.x
smallrye-graphql-client-2.3.0
2.2.x
smallrye-graphql-client-2.2.1
smallrye-graphql-client-2.2.0
2.1.x
smallrye-graphql-client-2.1.3
smallrye-graphql-client-2.1.2
smallrye-graphql-client-2.1.1
smallrye-graphql-client-2.1.0
smallrye-graphql-client-2.1.0.Beta1
2.0.x
smallrye-graphql-client-2.0.1
smallrye-graphql-client-2.0.0
smallrye-graphql-client-2.0.0.RC13
smallrye-graphql-client-2.0.0.RC12
smallrye-graphql-client-2.0.0.RC11
smallrye-graphql-client-2.0.0.RC10
smallrye-graphql-client-2.0.0.RC9
smallrye-graphql-client-2.0.0.RC8
smallrye-graphql-client-2.0.0.RC7
smallrye-graphql-client-2.0.0.RC6
smallrye-graphql-client-2.0.0.RC5
smallrye-graphql-client-2.0.0.RC4
smallrye-graphql-client-2.0.0.RC3
smallrye-graphql-client-2.0.0.RC2
smallrye-graphql-client-2.0.0.RC1
1.9.x
smallrye-graphql-client-1.9.5
smallrye-graphql-client-1.9.4
smallrye-graphql-client-1.9.3
smallrye-graphql-client-1.9.2
smallrye-graphql-client-1.9.1
smallrye-graphql-client-1.9.0
1.8.x
smallrye-graphql-client-1.8.3
smallrye-graphql-client-1.8.2
smallrye-graphql-client-1.8.1
smallrye-graphql-client-1.8.0
1.7.x
smallrye-graphql-client-1.7.2
smallrye-graphql-client-1.7.1
smallrye-graphql-client-1.7.0
1.6.x
smallrye-graphql-client-1.6.2
smallrye-graphql-client-1.6.1
smallrye-graphql-client-1.6.0
1.5.x
smallrye-graphql-client-1.5.0
1.4.x
smallrye-graphql-client-1.4.5
smallrye-graphql-client-1.4.4
smallrye-graphql-client-1.4.3.1
smallrye-graphql-client-1.4.3
smallrye-graphql-client-1.4.2
smallrye-graphql-client-1.4.1
smallrye-graphql-client-1.4.0
1.3.x
smallrye-graphql-client-1.3.5
smallrye-graphql-client-1.3.4
smallrye-graphql-client-1.3.3
smallrye-graphql-client-1.3.2
smallrye-graphql-client-1.3.1
smallrye-graphql-client-1.3.0
1.2.x
smallrye-graphql-client-1.2.8
smallrye-graphql-client-1.2.7
smallrye-graphql-client-1.2.6
smallrye-graphql-client-1.2.5
smallrye-graphql-client-1.2.4
smallrye-graphql-client-1.2.3
smallrye-graphql-client-1.2.2
smallrye-graphql-client-1.2.1
smallrye-graphql-client-1.2.0
smallrye-graphql-client-1.2.0.Beta1
smallrye-graphql-client-1.2.0.Alpha2
smallrye-graphql-client-1.2.0.Alpha1
1.1.x
smallrye-graphql-client-1.1.2
smallrye-graphql-client-1.1.1
smallrye-graphql-client-1.1.0
smallrye-graphql-client-1.1.0-RC1
1.0.x
smallrye-graphql-client-1.0.26
smallrye-graphql-client-1.0.25
smallrye-graphql-client-1.0.24
smallrye-graphql-client-1.0.23
smallrye-graphql-client-1.0.22
smallrye-graphql-client-1.0.21
smallrye-graphql-client-1.0.20
smallrye-graphql-client-1.0.19
smallrye-graphql-client-1.0.18
smallrye-graphql-client-1.0.17
smallrye-graphql-client-1.0.16
smallrye-graphql-client-1.0.15
smallrye-graphql-client-1.0.14
smallrye-graphql-client-1.0.13
smallrye-graphql-client-1.0.12
smallrye-graphql-client-1.0.11
smallrye-graphql-client-1.0.10
smallrye-graphql-client-1.0.9
smallrye-graphql-client-1.0.8
smallrye-graphql-client-1.0.7
smallrye-graphql-client-1.0.6
smallrye-graphql-client-1.0.5
smallrye-graphql-client-1.0.4
smallrye-graphql-client-1.0.3
smallrye-graphql-client-1.0.2
smallrye-graphql-client-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-client</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.smallrye:smallrye-graphql-client:2.3.0'

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

implementation("io.smallrye:smallrye-graphql-client:2.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.smallrye" % "smallrye-graphql-client" % "2.3.0"

Advertisement

Dependencies from Group

Dec 05, 2019
88 usages
138 stars
Aug 18, 2023
47 usages
38 stars
Aug 08, 2023
32 usages
45 stars
Aug 16, 2023
32 usages
95 stars
Jun 21, 2023
31 usages
70 stars

Discover Dependencies

Nov 17, 2022
2 usages
3 stars
Apr 27, 2020
2 usages
0 stars
May 12, 2023
4 usages
7 stars
Aug 08, 2023
2 usages
2 stars
May 20, 2021
2 usages
16 stars
Apr 11, 2019
4 usages