| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSLF4J Библиотеки уровня приложения Logging |
| Группа | Группаorg.apache.openwebbeans |
| Идентификатор | Идентификаторopenwebbeans-slf4j |
| Последняя версия | Последняя версия2.0.27 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSlf4j Integration
Apache OpenWebBeans is an open source implementation of the
JSR-365 CDI 2.0 Specification.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| openwebbeans-slf4j-2.0.27.pom | |
| openwebbeans-slf4j-2.0.27.jar | 13 KB |
| openwebbeans-slf4j-2.0.27-sources.jar | 11 KB |
| openwebbeans-slf4j-2.0.27-javadoc.jar | 28 KB |
| openwebbeans-slf4j-2.0.27-jakarta.jar | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-slf4j/ -->
<dependency>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-slf4j</artifactId>
<version>2.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-slf4j/
implementation 'org.apache.openwebbeans:openwebbeans-slf4j:2.0.27'
// https://jarcasting.com/artifacts/org.apache.openwebbeans/openwebbeans-slf4j/
implementation ("org.apache.openwebbeans:openwebbeans-slf4j:2.0.27")
'org.apache.openwebbeans:openwebbeans-slf4j:jar:2.0.27'
<dependency org="org.apache.openwebbeans" name="openwebbeans-slf4j" rev="2.0.27">
<artifact name="openwebbeans-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans', module='openwebbeans-slf4j', version='2.0.27')
)
libraryDependencies += "org.apache.openwebbeans" % "openwebbeans-slf4j" % "2.0.27"
[org.apache.openwebbeans/openwebbeans-slf4j "2.0.27"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.openwebbeans : openwebbeans-impl | jar | 2.0.27 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| junit : junit | jar | 4.13.2 |