MVN

io.avaje : avaje-slf4j-jpl

Maven & Gradle

Jul 05, 2022
2 usages
0 stars

SLF4J 1.7 JDK Platform Logging Integration · Integrated SLF4J 1.7 with the Platform Logging API added by JEP 264 in Java 9

<dependency>
    <groupId>io.avaje</groupId>
    <artifactId>avaje-slf4j-jpl</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
avaje-slf4j-jpl-1.2
1.1
avaje-slf4j-jpl-1.1
1.0
avaje-slf4j-jpl-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.avaje</groupId>
    <artifactId>avaje-slf4j-jpl</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.avaje:avaje-slf4j-jpl:1.2'

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

implementation("io.avaje:avaje-slf4j-jpl:1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.avaje" % "avaje-slf4j-jpl" % "1.2"

Advertisement