MVN

io.github.elf4j : elf4j-slf4j

Maven & Gradle

Mar 27, 2023
2 stars

elf4j-slf4j · SLF4J provider binding for ELF4J

<dependency>
    <groupId>io.github.elf4j</groupId>
    <artifactId>elf4j-slf4j</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.elf4j : elf4j-slf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of io.github.elf4j : elf4j-slf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
elf4j-slf4j-3.0.1
elf4j-slf4j-3.0.0
2.0.x
elf4j-slf4j-2.0.2
elf4j-slf4j-2.0.1
elf4j-slf4j-2.0.0
1.0.x
elf4j-slf4j-1.0.2
elf4j-slf4j-1.0.1
elf4j-slf4j-1.0.0

How to add a dependency to Maven

Add the following io.github.elf4j : elf4j-slf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.elf4j</groupId>
    <artifactId>elf4j-slf4j</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.elf4j : elf4j-slf4j gradle dependency to your build.gradle file:

implementation 'io.github.elf4j:elf4j-slf4j:3.0.1'

Gradle Kotlin DSL: Add the following io.github.elf4j : elf4j-slf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.elf4j:elf4j-slf4j:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.elf4j : elf4j-slf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.elf4j" % "elf4j-slf4j" % "3.0.1"

Advertisement