MVN

com.bazaarvoice.emodb : emodb-queue-client-jersey2

Maven & Gradle

Aug 23, 2023
54 stars

EmoDB Queue HTTP Client Jersey 2

<dependency>
    <groupId>com.bazaarvoice.emodb</groupId>
    <artifactId>emodb-queue-client-jersey2</artifactId>
    <version>6.5.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.emodb : emodb-queue-client-jersey2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.39

All Versions

Choose a version of com.bazaarvoice.emodb : emodb-queue-client-jersey2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.5.x
emodb-queue-client-jersey2-6.5.39
emodb-queue-client-jersey2-6.5.38
emodb-queue-client-jersey2-6.5.37
emodb-queue-client-jersey2-6.5.36
emodb-queue-client-jersey2-6.5.35
emodb-queue-client-jersey2-6.5.34
emodb-queue-client-jersey2-6.5.33
emodb-queue-client-jersey2-6.5.32
emodb-queue-client-jersey2-6.5.31
emodb-queue-client-jersey2-6.5.29
emodb-queue-client-jersey2-6.5.28

How to add a dependency to Maven

Add the following com.bazaarvoice.emodb : emodb-queue-client-jersey2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bazaarvoice.emodb</groupId>
    <artifactId>emodb-queue-client-jersey2</artifactId>
    <version>6.5.39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bazaarvoice.emodb : emodb-queue-client-jersey2 gradle dependency to your build.gradle file:

implementation 'com.bazaarvoice.emodb:emodb-queue-client-jersey2:6.5.39'

Gradle Kotlin DSL: Add the following com.bazaarvoice.emodb : emodb-queue-client-jersey2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bazaarvoice.emodb:emodb-queue-client-jersey2:6.5.39")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bazaarvoice.emodb : emodb-queue-client-jersey2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bazaarvoice.emodb" % "emodb-queue-client-jersey2" % "6.5.39"

Advertisement