MVN

com.github.ankurcha : google-cloud-logging-logback-slf4j

Maven & Gradle

May 19, 2018
32 stars

gcloud-logging-slf4j-logback · gcloud-logging json log appender for sl4j + logback

<dependency>
    <groupId>com.github.ankurcha</groupId>
    <artifactId>google-cloud-logging-logback-slf4j</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ankurcha : google-cloud-logging-logback-slf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.github.ankurcha : google-cloud-logging-logback-slf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
google-cloud-logging-logback-slf4j-1.1.11
google-cloud-logging-logback-slf4j-1.1.10
google-cloud-logging-logback-slf4j-1.1.9
google-cloud-logging-logback-slf4j-1.1.8
google-cloud-logging-logback-slf4j-1.1.7
google-cloud-logging-logback-slf4j-1.1.6
google-cloud-logging-logback-slf4j-1.1.5
google-cloud-logging-logback-slf4j-1.1.3

How to add a dependency to Maven

Add the following com.github.ankurcha : google-cloud-logging-logback-slf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ankurcha</groupId>
    <artifactId>google-cloud-logging-logback-slf4j</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ankurcha : google-cloud-logging-logback-slf4j gradle dependency to your build.gradle file:

implementation 'com.github.ankurcha:google-cloud-logging-logback-slf4j:1.1.11'

Gradle Kotlin DSL: Add the following com.github.ankurcha : google-cloud-logging-logback-slf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ankurcha:google-cloud-logging-logback-slf4j:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ankurcha : google-cloud-logging-logback-slf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ankurcha" % "google-cloud-logging-logback-slf4j" % "1.1.11"

Advertisement