MVN

io.featurehub.sdk : java-client-jersey3

Maven & Gradle

Mar 16, 2023
2 stars

java-client-jersey3 · Jersey 3 client for featurehub (jakarta annotations)

<dependency>
    <groupId>io.featurehub.sdk</groupId>
    <artifactId>java-client-jersey3</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.featurehub.sdk : java-client-jersey3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of io.featurehub.sdk : java-client-jersey3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
java-client-jersey3-1.5
1.4
java-client-jersey3-1.4
1.3
java-client-jersey3-1.3
1.2
java-client-jersey3-1.2
1.1
java-client-jersey3-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.featurehub.sdk</groupId>
    <artifactId>java-client-jersey3</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.featurehub.sdk : java-client-jersey3 gradle dependency to your build.gradle file:

implementation 'io.featurehub.sdk:java-client-jersey3:1.5'

Gradle Kotlin DSL: Add the following io.featurehub.sdk : java-client-jersey3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.featurehub.sdk:java-client-jersey3:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.featurehub.sdk : java-client-jersey3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.featurehub.sdk" % "java-client-jersey3" % "1.5"