MVN

tech.javajefe : redisson-extensions

Maven & Gradle

Mar 09, 2019
0 stars

redisson-extensions · Extensions for Redisson Java library (a client for Redis DB)

<dependency>
    <groupId>tech.javajefe</groupId>
    <artifactId>redisson-extensions</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.javajefe : redisson-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of tech.javajefe : redisson-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
redisson-extensions-0.0.4

How to add a dependency to Maven

Add the following tech.javajefe : redisson-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.javajefe</groupId>
    <artifactId>redisson-extensions</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.javajefe : redisson-extensions gradle dependency to your build.gradle file:

implementation 'tech.javajefe:redisson-extensions:0.0.4'

Gradle Kotlin DSL: Add the following tech.javajefe : redisson-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.javajefe:redisson-extensions:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.javajefe : redisson-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.javajefe" % "redisson-extensions" % "0.0.4"

Advertisement