| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSLF4J Библиотеки уровня приложения Logging |
| Группа | Группаcom.commongroundpublishing |
| Идентификатор | Идентификаторslf4j-servletcontext |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSLF4J ServletContext Binding
SLF4J backend to log to a ServletContext
|
| Имя Файла | Размер |
|---|---|
| slf4j-servletcontext-1.0.0.pom | |
| slf4j-servletcontext-1.0.0.jar | 9 KB |
| slf4j-servletcontext-1.0.0-sources.jar | 7 KB |
| slf4j-servletcontext-1.0.0-javadoc.jar | 62 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |