MVN

io.github.elf4j : elf4j

Maven & Gradle

May 14, 2023
3 stars

elf4j · API and SPI of Easy Logging Facade for Java (ELF4J)

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

Latest Version

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

  • Latest Stable: 3.0.3

All Versions

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

Version Vulnerabilities Updated
3.0.x
elf4j-3.0.3
elf4j-3.0.2
elf4j-3.0.1
elf4j-3.0.0
2.2.x
elf4j-2.2.4
elf4j-2.2.3
elf4j-2.2.2
elf4j-2.2.1
elf4j-2.2.0
2.1.x
elf4j-2.1.1
elf4j-2.1.0
2.0.x
elf4j-2.0.6
elf4j-2.0.5
elf4j-2.0.4
elf4j-2.0.3
elf4j-2.0.2
elf4j-2.0.1
elf4j-2.0.0
1.0.x
elf4j-1.0.4
elf4j-1.0.3
elf4j-1.0.2
elf4j-1.0.1
elf4j-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.elf4j</groupId>
    <artifactId>elf4j</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.elf4j:elf4j:3.0.3'

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

implementation("io.github.elf4j:elf4j:3.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.elf4j" % "elf4j" % "3.0.3"

Advertisement