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