MVN

com.yugabyte : jedis

Maven & Gradle

Aug 15, 2018
1 usages
1 stars

Jedis · Jedis Redis java client with some modifications to support new commands in YB Redis.

<dependency>
    <groupId>com.yugabyte</groupId>
    <artifactId>jedis</artifactId>
    <version>2.9.0-yb-16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yugabyte : jedis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0-yb-16

All Versions

Choose a version of com.yugabyte : jedis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
jedis-2.9.0-yb-16
jedis-2.9.0-yb-13
jedis-2.9.0-yb-12
jedis-2.9.0-yb-11
jedis-2.9.0-yb-10
jedis-2.9.0-yb-9
jedis-2.9.0-yb-6
jedis-2.9.0-yb-5
jedis-2.9.0-yb-4
jedis-2.9.0-yb-2
jedis-2.9.0-yb-1

How to add a dependency to Maven

Add the following com.yugabyte : jedis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yugabyte</groupId>
    <artifactId>jedis</artifactId>
    <version>2.9.0-yb-16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yugabyte : jedis gradle dependency to your build.gradle file:

implementation 'com.yugabyte:jedis:2.9.0-yb-16'

Gradle Kotlin DSL: Add the following com.yugabyte : jedis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yugabyte:jedis:2.9.0-yb-16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yugabyte : jedis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yugabyte" % "jedis" % "2.9.0-yb-16"

Advertisement