Categories |
CategoriesTomcat Container Application Servers SLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdde.mklinger.tomcat |
ArtifactId | ArtifactIdtomcat-juli-slf4j |
Version | Version7.0.96 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-juli-slf4j-7.0.96.pom | |
tomcat-juli-slf4j-7.0.96.jar | 52 KB |
tomcat-juli-slf4j-7.0.96-sources.jar | 11 KB |
tomcat-juli-slf4j-7.0.96-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.mklinger.tomcat/tomcat-juli-slf4j/ -->
<dependency>
<groupId>de.mklinger.tomcat</groupId>
<artifactId>tomcat-juli-slf4j</artifactId>
<version>7.0.96</version>
</dependency>
// https://jarcasting.com/artifacts/de.mklinger.tomcat/tomcat-juli-slf4j/
implementation 'de.mklinger.tomcat:tomcat-juli-slf4j:7.0.96'
// https://jarcasting.com/artifacts/de.mklinger.tomcat/tomcat-juli-slf4j/
implementation ("de.mklinger.tomcat:tomcat-juli-slf4j:7.0.96")
'de.mklinger.tomcat:tomcat-juli-slf4j:jar:7.0.96'
<dependency org="de.mklinger.tomcat" name="tomcat-juli-slf4j" rev="7.0.96">
<artifact name="tomcat-juli-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mklinger.tomcat', module='tomcat-juli-slf4j', version='7.0.96')
)
libraryDependencies += "de.mklinger.tomcat" % "tomcat-juli-slf4j" % "7.0.96"
[de.mklinger.tomcat/tomcat-juli-slf4j "7.0.96"]