| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииVMware Контейнер Виртуализация SLF4J Библиотеки уровня приложения Logging |
| Группа | Группаcom.vmware.xenon |
| Идентификатор | Идентификаторxenon-slf4j |
| Последняя версия | Последняя версия1.3.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеXenon is both a set of software components and a service oriented design pattern. The runtime is
implemented in Java and acts as the host for the lightweight, asynchronous services. The programming
model is language agnostic (does not rely on Java specific constructs) so implementations in other
languages are encouraged.
|
| Имя Файла | Размер |
|---|---|
| xenon-slf4j-1.3.5.pom | |
| xenon-slf4j-1.3.5.jar | 24 KB |
| xenon-slf4j-1.3.5-test-sources.jar | 2 KB |
| xenon-slf4j-1.3.5-sources.jar | 23 KB |
| xenon-slf4j-1.3.5-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/xenon-slf4j/ -->
<dependency>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-slf4j</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-slf4j/
implementation 'com.vmware.xenon:xenon-slf4j:1.3.5'
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-slf4j/
implementation ("com.vmware.xenon:xenon-slf4j:1.3.5")
'com.vmware.xenon:xenon-slf4j:jar:1.3.5'
<dependency org="com.vmware.xenon" name="xenon-slf4j" rev="1.3.5">
<artifact name="xenon-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='xenon-slf4j', version='1.3.5')
)
libraryDependencies += "com.vmware.xenon" % "xenon-slf4j" % "1.3.5"
[com.vmware.xenon/xenon-slf4j "1.3.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | [1.6,) |
| com.vmware.xenon : xenon-common | jar | 1.3.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.vmware.xenon : xenon-common | test-jar | 1.3.5 |
| junit : junit | jar | 4.12 |