| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdde.dm.infrastructure |
| ArtifactId | ArtifactIdstructured-logging |
| Version | Version2.0.5 |
| Type | Typejar |
| Description |
Descriptionstructured-logging
Structured logging and log testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| structured-logging-2.0.5.pom | |
| structured-logging-2.0.5.jar | 13 KB |
| structured-logging-2.0.5-sources.jar | 10 KB |
| structured-logging-2.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation 'de.dm.infrastructure:structured-logging:2.0.5'
// https://jarcasting.com/artifacts/de.dm.infrastructure/structured-logging/
implementation ("de.dm.infrastructure:structured-logging:2.0.5")
'de.dm.infrastructure:structured-logging:jar:2.0.5'
<dependency org="de.dm.infrastructure" name="structured-logging" rev="2.0.5">
<artifact name="structured-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='structured-logging', version='2.0.5')
)
libraryDependencies += "de.dm.infrastructure" % "structured-logging" % "2.0.5"
[de.dm.infrastructure/structured-logging "2.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.logstash.logback : logstash-logback-encoder | jar | 6.4 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.springframework : spring-core Optional | jar | 5.2.9.RELEASE |
| org.springframework.boot : spring-boot Optional | jar | 2.3.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.assertj : assertj-core | jar | 3.17.2 |
| org.mockito : mockito-core | jar | 3.5.13 |
| de.dm.infrastructure : log-capture | jar | 3.1.0 |