| License |
License |
|---|---|
| Categories |
CategoriesTomcat Container Application Servers SLF4J Application Layer Libs Logging |
| GroupId | GroupIdcom.github.akiraly.reusable-poms |
| ArtifactId | ArtifactIdtomcat-juli-over-slf4j |
| Version | Version4 |
| Type | Typejar |
| Description |
DescriptionTomcat Juli log lib reimplemented over slf4j
This is the same for Tomcat juli log library as jcl-over-slf4j is for commons-logging
|
| Filename | Size |
|---|---|
| tomcat-juli-over-slf4j-4.pom | |
| tomcat-juli-over-slf4j-4.jar | 8 KB |
| tomcat-juli-over-slf4j-4-sources.jar | 9 KB |
| tomcat-juli-over-slf4j-4-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>tomcat-juli-over-slf4j</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j/
implementation 'com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j:4'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j/
implementation ("com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j:4")
'com.github.akiraly.reusable-poms:tomcat-juli-over-slf4j:jar:4'
<dependency org="com.github.akiraly.reusable-poms" name="tomcat-juli-over-slf4j" rev="4">
<artifact name="tomcat-juli-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='tomcat-juli-over-slf4j', version='4')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "tomcat-juli-over-slf4j" % "4"
[com.github.akiraly.reusable-poms/tomcat-juli-over-slf4j "4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-integration | jar | 1.3 |
| org.apache.tomcat : tomcat-jdbc | jar | 8.0.0-RC10 |