Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdde.dm.infrastructure |
ArtifactId | ArtifactIdstructured-logging |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
structured-logging-2.0.2.pom | |
structured-logging-2.0.2.jar | 12 KB |
structured-logging-2.0.2-sources.jar | 9 KB |
structured-logging-2.0.2-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/ -->
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>structured-logging</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation 'de.dm.infrastructure:structured-logging:2.0.2'
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation ("de.dm.infrastructure:structured-logging:2.0.2")
'de.dm.infrastructure:structured-logging:jar:2.0.2'
<dependency org="de.dm.infrastructure" name="structured-logging" rev="2.0.2">
<artifact name="structured-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='structured-logging', version='2.0.2')
)
libraryDependencies += "de.dm.infrastructure" % "structured-logging" % "2.0.2"
[de.dm.infrastructure/structured-logging "2.0.2"]