License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdio.avaje |
ArtifactId | ArtifactIdavaje-slf4j-jpl |
Version | Version1.0 |
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.0.pom | |
avaje-slf4j-jpl-1.0.jar | 7 KB |
avaje-slf4j-jpl-1.0-sources.jar | 6 KB |
avaje-slf4j-jpl-1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/avaje-slf4j-jpl/
implementation 'io.avaje:avaje-slf4j-jpl:1.0'
// https://jarcasting.com/artifacts/io.avaje/avaje-slf4j-jpl/
implementation ("io.avaje:avaje-slf4j-jpl:1.0")
'io.avaje:avaje-slf4j-jpl:jar:1.0'
<dependency org="io.avaje" name="avaje-slf4j-jpl" rev="1.0">
<artifact name="avaje-slf4j-jpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='avaje-slf4j-jpl', version='1.0')
)
libraryDependencies += "io.avaje" % "avaje-slf4j-jpl" % "1.0"
[io.avaje/avaje-slf4j-jpl "1.0"]
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.0 |