| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdio.avaje |
| ArtifactId | ArtifactIdavaje-slf4j-jpl |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J 1.7 JDK Platform Logging Integration
Integrated SLF4J 1.7 with the Platform Logging API added by JEP 264 in Java 9
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| avaje-slf4j-jpl-1.1.pom | |
| avaje-slf4j-jpl-1.1.jar | 7 KB |
| avaje-slf4j-jpl-1.1-sources.jar | 6 KB |
| avaje-slf4j-jpl-1.1-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.avaje/avaje-slf4j-jpl/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-slf4j-jpl</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-slf4j-jpl/
implementation 'io.avaje:avaje-slf4j-jpl:1.1'
// https://jarcasting.com/artifacts/io.avaje/avaje-slf4j-jpl/
implementation ("io.avaje:avaje-slf4j-jpl:1.1")
'io.avaje:avaje-slf4j-jpl:jar:1.1'
<dependency org="io.avaje" name="avaje-slf4j-jpl" rev="1.1">
<artifact name="avaje-slf4j-jpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-slf4j-jpl', version='1.1')
)
libraryDependencies += "io.avaje" % "avaje-slf4j-jpl" % "1.1"
[io.avaje/avaje-slf4j-jpl "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| io.avaje : junit | jar | 1.1 |