MVN

io.helidon.jersey : helidon-jersey-client

Maven & Gradle

Jul 18, 2023
12 usages
3k stars

Helidon Jersey Client

<dependency>
    <groupId>io.helidon.jersey</groupId>
    <artifactId>helidon-jersey-client</artifactId>
    <version>4.0.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0-M1
  • Latest Release Candidate: 3.0.0-RC2
  • Latest Alpha: 4.0.0-ALPHA6

All Versions

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

Version Vulnerabilities Updated
4.0.x
helidon-jersey-client-4.0.0-M1
helidon-jersey-client-4.0.0-ALPHA6
helidon-jersey-client-4.0.0-ALPHA5
helidon-jersey-client-4.0.0-ALPHA4
helidon-jersey-client-4.0.0-ALPHA3
helidon-jersey-client-4.0.0-ALPHA2
helidon-jersey-client-4.0.0-ALPHA1
3.2.x
helidon-jersey-client-3.2.2
helidon-jersey-client-3.2.1
helidon-jersey-client-3.2.0
3.1.x
helidon-jersey-client-3.1.2
helidon-jersey-client-3.1.1
helidon-jersey-client-3.1.0
3.0.x
helidon-jersey-client-3.0.2
helidon-jersey-client-3.0.1
helidon-jersey-client-3.0.0
helidon-jersey-client-3.0.0-RC2
helidon-jersey-client-3.0.0-RC1
helidon-jersey-client-3.0.0-M2
helidon-jersey-client-3.0.0-M1
2.6.x
helidon-jersey-client-2.6.2
helidon-jersey-client-2.6.1
helidon-jersey-client-2.6.0
2.5.x
helidon-jersey-client-2.5.6
helidon-jersey-client-2.5.5
helidon-jersey-client-2.5.4
helidon-jersey-client-2.5.3
helidon-jersey-client-2.5.2
helidon-jersey-client-2.5.1
helidon-jersey-client-2.5.0
2.4.x
helidon-jersey-client-2.4.2
helidon-jersey-client-2.4.1
helidon-jersey-client-2.4.0
2.3.x
helidon-jersey-client-2.3.4
helidon-jersey-client-2.3.3
helidon-jersey-client-2.3.2
helidon-jersey-client-2.3.1
helidon-jersey-client-2.3.0
2.2.x
helidon-jersey-client-2.2.2
helidon-jersey-client-2.2.1
helidon-jersey-client-2.2.0
2.1.x
helidon-jersey-client-2.1.0
2.0.x
helidon-jersey-client-2.0.2
helidon-jersey-client-2.0.1
helidon-jersey-client-2.0.0
helidon-jersey-client-2.0.0-RC2
helidon-jersey-client-2.0.0-RC1
helidon-jersey-client-2.0.0-M4
helidon-jersey-client-2.0.0-M3
helidon-jersey-client-2.0.0-M2
helidon-jersey-client-2.0.0-M1
1.4.x
helidon-jersey-client-1.4.13
helidon-jersey-client-1.4.12
helidon-jersey-client-1.4.11
helidon-jersey-client-1.4.10
helidon-jersey-client-1.4.9
helidon-jersey-client-1.4.8
helidon-jersey-client-1.4.7
helidon-jersey-client-1.4.6
helidon-jersey-client-1.4.5
helidon-jersey-client-1.4.4
helidon-jersey-client-1.4.3
helidon-jersey-client-1.4.2
helidon-jersey-client-1.4.1
helidon-jersey-client-1.4.0
1.3.x
helidon-jersey-client-1.3.1
helidon-jersey-client-1.3.0
1.2.x
helidon-jersey-client-1.2.1
helidon-jersey-client-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.helidon.jersey</groupId>
    <artifactId>helidon-jersey-client</artifactId>
    <version>4.0.0-M1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.helidon.jersey:helidon-jersey-client:4.0.0-M1'

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

implementation("io.helidon.jersey:helidon-jersey-client:4.0.0-M1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.helidon.jersey" % "helidon-jersey-client" % "4.0.0-M1"

Advertisement