is not current version
Last Version 3.5.0

de.dm.infrastructure:log-capture 1.0.2

Makes it possible to capture logs and assert if things have been logged

GroupId

GroupId

de.dm.infrastructure
ArtifactId

ArtifactId

log-capture
Version

Version

1.0.2
Type

Type

jar

Download log-capture 1.0.2


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