License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdcom.ocarlsen.logging |
ArtifactId | ArtifactIdslf4j-log-level |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF4J Log Level
A Log Level implementation for SLF4J.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slf4j-log-level-1.2.1.pom | |
slf4j-log-level-1.2.1.jar | 5 KB |
slf4j-log-level-1.2.1-sources.jar | 3 KB |
slf4j-log-level-1.2.1-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocarlsen.logging/slf4j-log-level/ -->
<dependency>
<groupId>com.ocarlsen.logging</groupId>
<artifactId>slf4j-log-level</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocarlsen.logging/slf4j-log-level/
implementation 'com.ocarlsen.logging:slf4j-log-level:1.2.1'
// https://jarcasting.com/artifacts/com.ocarlsen.logging/slf4j-log-level/
implementation ("com.ocarlsen.logging:slf4j-log-level:1.2.1")
'com.ocarlsen.logging:slf4j-log-level:jar:1.2.1'
<dependency org="com.ocarlsen.logging" name="slf4j-log-level" rev="1.2.1">
<artifact name="slf4j-log-level" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocarlsen.logging', module='slf4j-log-level', version='1.2.1')
)
libraryDependencies += "com.ocarlsen.logging" % "slf4j-log-level" % "1.2.1"
[com.ocarlsen.logging/slf4j-log-level "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.31 |
com.evolvedbinary.j8fu : j8fu | jar | 1.23.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.slf4j : slf4j-log4j12 | jar | 1.7.31 |