MVN

io.github.elf4j : elf4j-jul

Maven & Gradle

Mar 27, 2023
3 stars

elf4j-jul · adapter to use java.util.logging as log engine for ELF4J facade

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

Latest Version

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

  • Latest Stable: 5.0.1

All Versions

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

Version Vulnerabilities Updated
5.0.x
elf4j-jul-5.0.1
elf4j-jul-5.0.0
4.0.x
elf4j-jul-4.0.2
elf4j-jul-4.0.1
elf4j-jul-4.0.0
3.0.x
elf4j-jul-3.0.1
elf4j-jul-3.0.0
2.0.x
elf4j-jul-2.0.0
1.2.x
elf4j-jul-1.2.0
1.1.x
elf4j-jul-1.1.1
elf4j-jul-1.1.0
1.0.x
elf4j-jul-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.elf4j</groupId>
    <artifactId>elf4j-jul</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.elf4j:elf4j-jul:5.0.1'

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

implementation("io.github.elf4j:elf4j-jul:5.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.elf4j" % "elf4j-jul" % "5.0.1"

Advertisement