MVN

com.github.slacrey : redisson-extend

Maven & Gradle

Jun 29, 2020
1 stars

redisson-extend · redisson extend

<dependency>
    <groupId>com.github.slacrey</groupId>
    <artifactId>redisson-extend</artifactId>
    <version>1.3.2150</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.slacrey : redisson-extend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2150

All Versions

Choose a version of com.github.slacrey : redisson-extend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
redisson-extend-2.15.0
1.3.x
redisson-extend-1.3.2150
1.2.x
redisson-extend-1.2.2150
1.1.x
redisson-extend-1.1.2150

How to add a dependency to Maven

Add the following com.github.slacrey : redisson-extend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.slacrey</groupId>
    <artifactId>redisson-extend</artifactId>
    <version>1.3.2150</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.slacrey : redisson-extend gradle dependency to your build.gradle file:

implementation 'com.github.slacrey:redisson-extend:1.3.2150'

Gradle Kotlin DSL: Add the following com.github.slacrey : redisson-extend gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.slacrey:redisson-extend:1.3.2150")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.slacrey : redisson-extend sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.slacrey" % "redisson-extend" % "1.3.2150"