MVN

com.himadieiev : redpulsar-lettuce

Maven & Gradle

Jan 13, 2024

RedPulsar Lettuce · RedPulsar Distributed locks and utilities for Redis with Lettuce client

<dependency>
    <groupId>com.himadieiev</groupId>
    <artifactId>redpulsar-lettuce</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.himadieiev : redpulsar-lettuce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.himadieiev : redpulsar-lettuce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
redpulsar-lettuce-1.1.3
0.10.x
redpulsar-lettuce-0.10.1
redpulsar-lettuce-0.10.0

How to add a dependency to Maven

Add the following com.himadieiev : redpulsar-lettuce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.himadieiev</groupId>
    <artifactId>redpulsar-lettuce</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.himadieiev : redpulsar-lettuce gradle dependency to your build.gradle file:

implementation 'com.himadieiev:redpulsar-lettuce:1.1.3'

Gradle Kotlin DSL: Add the following com.himadieiev : redpulsar-lettuce gradle kotlin dependency to your build.gradle.kts file:

implementation("com.himadieiev:redpulsar-lettuce:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.himadieiev : redpulsar-lettuce sbt scala dependency to your build.sbt file:

libraryDependencies += "com.himadieiev" % "redpulsar-lettuce" % "1.1.3"