MVN

io.chrisdavenport : log4cats-slf4j_2.12

Maven & Gradle

May 13, 2020
86 usages

log4cats-slf4j · log4cats-slf4j

<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>log4cats-slf4j_2.12</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.chrisdavenport : log4cats-slf4j_2.12 to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of io.chrisdavenport : log4cats-slf4j_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • log4cats-slf4j_2.12-1.1.1

    May 12, 2020
  • log4cats-slf4j_2.12-1.0.1

    Oct 16, 2019
  • log4cats-slf4j_2.12-1.0.0

    Sep 10, 2019
  • log4cats-slf4j_2.12-1.0.0-RC3

    Aug 29, 2019
  • log4cats-slf4j_2.12-1.0.0-RC2

    Aug 28, 2019
  • log4cats-slf4j_2.12-1.0.0-RC1

    Aug 07, 2019
  • log4cats-slf4j_2.12-0.4.0-M2

    Jul 12, 2019
  • log4cats-slf4j_2.12-0.4.0-M1

    Jun 12, 2019
  • log4cats-slf4j_2.12-0.3.0

    Feb 17, 2019
  • log4cats-slf4j_2.12-0.3.0-M2

    Jan 23, 2019
  • log4cats-slf4j_2.12-0.3.0-M1

    Jan 23, 2019
  • log4cats-slf4j_2.12-0.2.0

    Oct 25, 2018
  • log4cats-slf4j_2.12-0.2.0-RC2

    Oct 13, 2018
  • log4cats-slf4j_2.12-0.2.0-RC1

    Oct 12, 2018
  • log4cats-slf4j_2.12-0.2.0-M1

    Oct 01, 2018
  • log4cats-slf4j_2.12-0.1.1

    Aug 23, 2018
  • log4cats-slf4j_2.12-0.1.0

    Jul 17, 2018
  • log4cats-slf4j_2.12-0.0.7

    Jun 21, 2018
  • log4cats-slf4j_2.12-0.0.6

    Jun 07, 2018
  • log4cats-slf4j_2.12-0.0.5

    May 30, 2018

How to add a dependency to Maven

Add the following io.chrisdavenport : log4cats-slf4j_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>log4cats-slf4j_2.12</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.chrisdavenport : log4cats-slf4j_2.12 gradle dependency to your build.gradle file:

implementation 'io.chrisdavenport:log4cats-slf4j_2.12:1.1.1'

Gradle Kotlin DSL: Add the following io.chrisdavenport : log4cats-slf4j_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.chrisdavenport:log4cats-slf4j_2.12:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.chrisdavenport : log4cats-slf4j_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.chrisdavenport" % "log4cats-slf4j_2.12" % "1.1.1"