License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdjcl-over-slf4j |
Last Version | Last Version2.0.0-alpha7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCL 1.2 implemented over SLF4J
JCL 1.2 implemented over SLF4J
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
<!-- https://jarcasting.com/artifacts/org.slf4j/jcl-over-slf4j/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/jcl-over-slf4j/
implementation 'org.slf4j:jcl-over-slf4j:2.0.0-alpha7'
// https://jarcasting.com/artifacts/org.slf4j/jcl-over-slf4j/
implementation ("org.slf4j:jcl-over-slf4j:2.0.0-alpha7")
'org.slf4j:jcl-over-slf4j:jar:2.0.0-alpha7'
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="2.0.0-alpha7">
<artifact name="jcl-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='jcl-over-slf4j', version='2.0.0-alpha7')
)
libraryDependencies += "org.slf4j" % "jcl-over-slf4j" % "2.0.0-alpha7"
[org.slf4j/jcl-over-slf4j "2.0.0-alpha7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 2.0.0-alpha7 |
junit : junit | jar | 4.13.1 |