License |
License |
---|---|
GroupId | GroupIdde.dm.infrastructure |
ArtifactId | ArtifactIdlog-capture |
Version | Version3.2.1 |
Type | Typejar |
Description |
DescriptionLog Capture
Makes it possible to capture logs and assert if things have been logged
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-capture-3.2.1.pom | |
log-capture-3.2.1.jar | 17 KB |
log-capture-3.2.1-sources.jar | 11 KB |
log-capture-3.2.1-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/ -->
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>log-capture</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/
implementation 'de.dm.infrastructure:log-capture:3.2.1'
// https://jarcasting.com/artifacts/de.dm.infrastructure/log-capture/
implementation ("de.dm.infrastructure:log-capture:3.2.1")
'de.dm.infrastructure:log-capture:jar:3.2.1'
<dependency org="de.dm.infrastructure" name="log-capture" rev="3.2.1">
<artifact name="log-capture" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='log-capture', version='3.2.1')
)
libraryDependencies += "de.dm.infrastructure" % "log-capture" % "3.2.1"
[de.dm.infrastructure/log-capture "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.18.1 |