MVN

com.github.hullbend : jedis_preview

Maven & Gradle

Feb 11, 2024
0 stars

Jedis · Jedis is a blazingly small and sane Redis java client.

<dependency>
    <groupId>com.github.hullbend</groupId>
    <artifactId>jedis_preview</artifactId>
    <version>5.2.0-20240211</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hullbend : jedis_preview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0-20240211

All Versions

Choose a version of com.github.hullbend : jedis_preview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
jedis_preview-5.2.0-20240211

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hullbend</groupId>
    <artifactId>jedis_preview</artifactId>
    <version>5.2.0-20240211</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hullbend : jedis_preview gradle dependency to your build.gradle file:

implementation 'com.github.hullbend:jedis_preview:5.2.0-20240211'

Gradle Kotlin DSL: Add the following com.github.hullbend : jedis_preview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hullbend:jedis_preview:5.2.0-20240211")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hullbend : jedis_preview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hullbend" % "jedis_preview" % "5.2.0-20240211"