| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdorg.slf4j |
| ArtifactId | ArtifactIdslf4j-jcl |
| Last Version | Last Version1.7.36 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J JCL Binding
SLF4J JCL Binding
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationQOS.ch |
| Filename | Size |
|---|---|
| slf4j-jcl-1.7.36.pom | |
| slf4j-jcl-1.7.36.jar | 7 KB |
| slf4j-jcl-1.7.36-sources.jar | 7 KB |
| slf4j-jcl-1.7.36-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-jcl/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
<version>1.7.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-jcl/
implementation 'org.slf4j:slf4j-jcl:1.7.36'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-jcl/
implementation ("org.slf4j:slf4j-jcl:1.7.36")
'org.slf4j:slf4j-jcl:jar:1.7.36'
<dependency org="org.slf4j" name="slf4j-jcl" rev="1.7.36">
<artifact name="slf4j-jcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-jcl', version='1.7.36')
)
libraryDependencies += "org.slf4j" % "slf4j-jcl" % "1.7.36"
[org.slf4j/slf4j-jcl "1.7.36"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |