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