| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdcom.commongroundpublishing |
| ArtifactId | ArtifactIdslf4j-servletcontext |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J ServletContext Binding
SLF4J backend to log to a ServletContext
|
<!-- https://jarcasting.com/artifacts/com.commongroundpublishing/slf4j-servletcontext/ -->
<dependency>
<groupId>com.commongroundpublishing</groupId>
<artifactId>slf4j-servletcontext</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commongroundpublishing/slf4j-servletcontext/
implementation 'com.commongroundpublishing:slf4j-servletcontext:1.0.0'
// https://jarcasting.com/artifacts/com.commongroundpublishing/slf4j-servletcontext/
implementation ("com.commongroundpublishing:slf4j-servletcontext:1.0.0")
'com.commongroundpublishing:slf4j-servletcontext:jar:1.0.0'
<dependency org="com.commongroundpublishing" name="slf4j-servletcontext" rev="1.0.0">
<artifact name="slf4j-servletcontext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commongroundpublishing', module='slf4j-servletcontext', version='1.0.0')
)
libraryDependencies += "com.commongroundpublishing" % "slf4j-servletcontext" % "1.0.0"
[com.commongroundpublishing/slf4j-servletcontext "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |