MVN

org.no-hope : slf4j-logging

Maven & Gradle

Nov 11, 2015
13 usages

Wrapper for slf4j logger with extended formatting abilities.

<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>slf4j-logging</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.no-hope : slf4j-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of org.no-hope : slf4j-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
slf4j-logging-0.2.3
slf4j-logging-0.2.2
slf4j-logging-0.2.0
0.1.x
slf4j-logging-0.1.8
slf4j-logging-0.1.7
slf4j-logging-0.1.5
slf4j-logging-0.1.4
slf4j-logging-0.1.3
slf4j-logging-0.1.2
slf4j-logging-0.1.1

How to add a dependency to Maven

Add the following org.no-hope : slf4j-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>slf4j-logging</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.no-hope : slf4j-logging gradle dependency to your build.gradle file:

implementation 'org.no-hope:slf4j-logging:0.2.3'

Gradle Kotlin DSL: Add the following org.no-hope : slf4j-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("org.no-hope:slf4j-logging:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.no-hope : slf4j-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "org.no-hope" % "slf4j-logging" % "0.2.3"

Advertisement