MVN

br.com.crazycrowd : logback-json-classic

Maven & Gradle

Jul 16, 2023
45 stars

Logback Contrib :: JSON :: Classic · Logback Contrib provides community-driven and supported extensions to the Logback logging framework. All contributions are made by contributors with CLA on file.

<dependency>
    <groupId>br.com.crazycrowd</groupId>
    <artifactId>logback-json-classic</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.crazycrowd : logback-json-classic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of br.com.crazycrowd : logback-json-classic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
logback-json-classic-0.1.6

How to add a dependency to Maven

Add the following br.com.crazycrowd : logback-json-classic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.crazycrowd</groupId>
    <artifactId>logback-json-classic</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.crazycrowd : logback-json-classic gradle dependency to your build.gradle file:

implementation 'br.com.crazycrowd:logback-json-classic:0.1.6'

Gradle Kotlin DSL: Add the following br.com.crazycrowd : logback-json-classic gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.crazycrowd:logback-json-classic:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.crazycrowd : logback-json-classic sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.crazycrowd" % "logback-json-classic" % "0.1.6"

Advertisement