MVN

com.github.houbb : redis-client-jedis

Maven & Gradle

Sep 17, 2020
2 usages
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>redis-client-jedis</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.houbb : redis-client-jedis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.github.houbb : redis-client-jedis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
redis-client-jedis-0.0.3

How to add a dependency to Maven

Add the following com.github.houbb : redis-client-jedis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>redis-client-jedis</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.houbb : redis-client-jedis gradle dependency to your build.gradle file:

implementation 'com.github.houbb:redis-client-jedis:0.0.3'

Gradle Kotlin DSL: Add the following com.github.houbb : redis-client-jedis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.houbb:redis-client-jedis:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.houbb : redis-client-jedis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.houbb" % "redis-client-jedis" % "0.0.3"

Advertisement