MVN

dev.profunktor : redis4cats-log4cats_2.13

Maven & Gradle

Mar 29, 2023
1 usages
228 stars

redis4cats-log4cats · redis4cats-log4cats

<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>redis4cats-log4cats_2.13</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.profunktor : redis4cats-log4cats_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1
  • Latest Release Candidate: 1.0.0-RC3

All Versions

Choose a version of dev.profunktor : redis4cats-log4cats_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • redis4cats-log4cats_2.13-1.4.1

    Mar 29, 2023
  • redis4cats-log4cats_2.13-1.4.0

    Jan 21, 2023
  • redis4cats-log4cats_2.13-1.3.0

    Nov 25, 2022
  • redis4cats-log4cats_2.13-1.2.0

    May 25, 2022
  • redis4cats-log4cats_2.13-1.1.1

    Feb 04, 2022
  • redis4cats-log4cats_2.13-0.14.0

    Jun 30, 2021
  • redis4cats-log4cats_2.13-1.0.0

    Jun 30, 2021
  • redis4cats-log4cats_2.13-1.0.0-RC3

    Apr 26, 2021
  • redis4cats-log4cats_2.13-0.13.1

    Apr 01, 2021
  • redis4cats-log4cats_2.13-0.12.1

    Apr 01, 2021
  • redis4cats-log4cats_2.13-1.0.0-RC2

    Apr 01, 2021
  • redis4cats-log4cats_2.13-1.0.0RC1

    Mar 13, 2021
  • redis4cats-log4cats_2.13-0.12.0

    Mar 05, 2021
  • redis4cats-log4cats_2.13-0.11.1

    Dec 25, 2020
  • redis4cats-log4cats_2.13-0.11.0

    Dec 07, 2020
  • redis4cats-log4cats_2.13-0.10.3

    Sep 16, 2020
  • redis4cats-log4cats_2.13-0.10.2

    Jul 07, 2020
  • redis4cats-log4cats_2.13-0.10.1

    Jul 05, 2020
  • redis4cats-log4cats_2.13-0.10.0

    May 25, 2020
  • redis4cats-log4cats_2.13-0.10.0-RC5

    May 22, 2020
  • redis4cats-log4cats_2.13-0.10.0-RC4

    May 21, 2020
  • redis4cats-log4cats_2.13-0.10.0-RC3

    May 15, 2020
  • redis4cats-log4cats_2.13-0.10.0-RC2

    May 11, 2020
  • redis4cats-log4cats_2.13-0.10.0-RC1

    May 09, 2020
  • redis4cats-log4cats_2.13-0.9.6

    Mar 05, 2020
  • redis4cats-log4cats_2.13-0.9.4

    Mar 02, 2020
  • redis4cats-log4cats_2.13-0.9.3

    Jan 24, 2020
  • redis4cats-log4cats_2.13-0.9.2

    Dec 31, 2019
  • redis4cats-log4cats_2.13-0.9.1

    Oct 22, 2019
  • redis4cats-log4cats_2.13-0.9.0

    Sep 15, 2019
  • redis4cats-log4cats_2.13-0.8.3

    Jun 17, 2019

How to add a dependency to Maven

Add the following dev.profunktor : redis4cats-log4cats_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.profunktor</groupId>
    <artifactId>redis4cats-log4cats_2.13</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.profunktor : redis4cats-log4cats_2.13 gradle dependency to your build.gradle file:

implementation 'dev.profunktor:redis4cats-log4cats_2.13:1.4.1'

Gradle Kotlin DSL: Add the following dev.profunktor : redis4cats-log4cats_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.profunktor:redis4cats-log4cats_2.13:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.profunktor : redis4cats-log4cats_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.profunktor" % "redis4cats-log4cats_2.13" % "1.4.1"