MVN

io.featurehub.sdk : java-client-jersey

Maven & Gradle

Mar 16, 2023
2 stars

java-client-jersey · Jersey client for featurehub

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

Latest Version

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

  • Latest Stable: 2.7

All Versions

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

Version Vulnerabilities Updated
2.7
java-client-jersey-2.7
2.6
java-client-jersey-2.6
2.5
java-client-jersey-2.5
2.4
java-client-jersey-2.4
2.3
java-client-jersey-2.3
2.2
java-client-jersey-2.2
2.1
java-client-jersey-2.1
1.3
java-client-jersey-1.3
1.2
java-client-jersey-1.2
1.1
java-client-jersey-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.featurehub.sdk</groupId>
    <artifactId>java-client-jersey</artifactId>
    <version>2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.featurehub.sdk:java-client-jersey:2.7'

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

implementation("io.featurehub.sdk:java-client-jersey:2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.featurehub.sdk" % "java-client-jersey" % "2.7"

Advertisement