is not current version
Last Version 2.0.5

de.dm.infrastructure:structured-logging 2.0.3

Structured logging and log testing

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

de.dm.infrastructure
ArtifactId

ArtifactId

structured-logging
Version

Version

2.0.3
Type

Type

jar

Download structured-logging 2.0.3


<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/ -->
<dependency>
    <groupId>de.dm.infrastructure</groupId>
    <artifactId>structured-logging</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation 'de.dm.infrastructure:structured-logging:2.0.3'
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation ("de.dm.infrastructure:structured-logging:2.0.3")
'de.dm.infrastructure:structured-logging:jar:2.0.3'
<dependency org="de.dm.infrastructure" name="structured-logging" rev="2.0.3">
  <artifact name="structured-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='structured-logging', version='2.0.3')
)
libraryDependencies += "de.dm.infrastructure" % "structured-logging" % "2.0.3"
[de.dm.infrastructure/structured-logging "2.0.3"]