MVN

hu.icellmobilsoft.coffee : coffee-module-redis

Maven & Gradle

Jan 17, 2023
4 usages
11 stars
<dependency>
    <groupId>hu.icellmobilsoft.coffee</groupId>
    <artifactId>coffee-module-redis</artifactId>
    <version>1.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.icellmobilsoft.coffee : coffee-module-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.0

All Versions

Choose a version of hu.icellmobilsoft.coffee : coffee-module-redis to add to Maven or Gradle - All Versions:

  • Version Updated
  • coffee-module-redis-1.13.0

    Jan 17, 2023
  • coffee-module-redis-1.12.2

    Dec 09, 2022
  • coffee-module-redis-1.12.1

    Oct 21, 2022
  • coffee-module-redis-1.12.0

    Oct 17, 2022
  • coffee-module-redis-1.11.0

    Sep 07, 2022
  • coffee-module-redis-1.10.2

    Jul 25, 2022
  • coffee-module-redis-1.10.1

    Jun 30, 2022
  • coffee-module-redis-1.10.0

    Jun 03, 2022
  • coffee-module-redis-1.9.0

    Apr 11, 2022
  • coffee-module-redis-1.8.1

    Feb 21, 2022
  • coffee-module-redis-1.8.0

    Dec 29, 2021
  • coffee-module-redis-1.6.1

    Oct 04, 2021
  • coffee-module-redis-1.7.0

    Oct 04, 2021
  • coffee-module-redis-1.6.0

    Jul 19, 2021
  • coffee-module-redis-1.5.0

    May 30, 2021
  • coffee-module-redis-1.4.1

    Apr 08, 2021
  • coffee-module-redis-1.3.1

    Apr 08, 2021
  • coffee-module-redis-1.4.0

    Mar 03, 2021
  • coffee-module-redis-1.3.0

    Jan 13, 2021
  • coffee-module-redis-1.2.1

    Oct 28, 2020
  • coffee-module-redis-1.2.0

    Oct 19, 2020
  • coffee-module-redis-1.1.0

    Aug 12, 2020
  • coffee-module-redis-1.0.3

    Aug 05, 2020
  • coffee-module-redis-1.0.0

    Jun 09, 2020

How to add a dependency to Maven

Add the following hu.icellmobilsoft.coffee : coffee-module-redis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.icellmobilsoft.coffee</groupId>
    <artifactId>coffee-module-redis</artifactId>
    <version>1.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.icellmobilsoft.coffee : coffee-module-redis gradle dependency to your build.gradle file:

implementation 'hu.icellmobilsoft.coffee:coffee-module-redis:1.13.0'

Gradle Kotlin DSL: Add the following hu.icellmobilsoft.coffee : coffee-module-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.icellmobilsoft.coffee:coffee-module-redis:1.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.icellmobilsoft.coffee : coffee-module-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.icellmobilsoft.coffee" % "coffee-module-redis" % "1.13.0"