| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection Logging |
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторcommons-logging |
| Последняя версия | Последняя версия62 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Commons Logging
Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-logging-62.pom | |
| commons-logging-62.jar | 65 KB |
| commons-logging-62-sources.jar | 75 KB |
| commons-logging-62-javadoc.jar | 391 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-logging</artifactId>
<version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/
implementation 'com.guicedee.services:commons-logging:62'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-logging/
implementation ("com.guicedee.services:commons-logging:62")
'com.guicedee.services:commons-logging:jar:62'
<dependency org="com.guicedee.services" name="commons-logging" rev="62">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-logging', version='62')
)
libraryDependencies += "com.guicedee.services" % "commons-logging" % "62"
[com.guicedee.services/commons-logging "62"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.guicedee.services : javax.servlet-api Необязательный | jar | |
| commons-logging : commons-logging Необязательный | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| org.mapstruct : mapstruct-processor | jar | 1.3.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0-M1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.12.2 |
| org.mockito : mockito-core | jar | 3.0.0 |
| com.h2database : h2 | jar | 1.4.199 |