License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.snf4j |
ArtifactId | ArtifactIdsnf4j-core-slf4j |
Last Version | Last Version1.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSNF4J/Core/SLF4J
The SNF4J core logger binder for SLF4J api
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
snf4j-core-slf4j-1.10.0.pom | |
snf4j-core-slf4j-1.10.0.jar | 5 KB |
snf4j-core-slf4j-1.10.0-sources.jar | 6 KB |
snf4j-core-slf4j-1.10.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.snf4j/snf4j-core-slf4j/ -->
<dependency>
<groupId>org.snf4j</groupId>
<artifactId>snf4j-core-slf4j</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.snf4j/snf4j-core-slf4j/
implementation 'org.snf4j:snf4j-core-slf4j:1.10.0'
// https://jarcasting.com/artifacts/org.snf4j/snf4j-core-slf4j/
implementation ("org.snf4j:snf4j-core-slf4j:1.10.0")
'org.snf4j:snf4j-core-slf4j:jar:1.10.0'
<dependency org="org.snf4j" name="snf4j-core-slf4j" rev="1.10.0">
<artifact name="snf4j-core-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.snf4j', module='snf4j-core-slf4j', version='1.10.0')
)
libraryDependencies += "org.snf4j" % "snf4j-core-slf4j" % "1.10.0"
[org.snf4j/snf4j-core-slf4j "1.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.snf4j : snf4j-core | jar | 1.10.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |