| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаde.dm.infrastructure |
| Идентификатор | Идентификаторstructured-logging |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| structured-logging-2.0.1.pom | |
| structured-logging-2.0.1.jar | 11 KB |
| structured-logging-2.0.1-sources.jar | 9 KB |
| structured-logging-2.0.1-javadoc.jar | 416 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/ -->
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>structured-logging</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation 'de.dm.infrastructure:structured-logging:2.0.1'
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation ("de.dm.infrastructure:structured-logging:2.0.1")
'de.dm.infrastructure:structured-logging:jar:2.0.1'
<dependency org="de.dm.infrastructure" name="structured-logging" rev="2.0.1">
<artifact name="structured-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='structured-logging', version='2.0.1')
)
libraryDependencies += "de.dm.infrastructure" % "structured-logging" % "2.0.1"
[de.dm.infrastructure/structured-logging "2.0.1"]