MVN

io.github.elf4j : elf4j-api

Maven & Gradle

Jan 14, 2023

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

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

Latest Version

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

  • Latest Stable: 9.0.3

All Versions

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

Version Vulnerabilities Updated
9.0.x
elf4j-api-9.0.3
elf4j-api-9.0.2
elf4j-api-9.0.1
elf4j-api-9.0.0
8.0.x
elf4j-api-8.0.0
7.0.x
elf4j-api-7.0.0
6.0.x
elf4j-api-6.0.0
5.2.x
elf4j-api-5.2.0
5.1.x
elf4j-api-5.1.0
5.0.x
elf4j-api-5.0.0
4.0.x
elf4j-api-4.0.0
3.0.x
elf4j-api-3.0.0
2.1.x
elf4j-api-2.1.0
2.0.x
elf4j-api-2.0.0
1.0.x
elf4j-api-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.elf4j</groupId>
    <artifactId>elf4j-api</artifactId>
    <version>9.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.elf4j:elf4j-api:9.0.3'

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

implementation("io.github.elf4j:elf4j-api:9.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.elf4j" % "elf4j-api" % "9.0.3"