is not current version
Last Version 0.9.0

dk.bitcraft:LogCollector 0.8.0

A JUnit rule collects the emitted log entries of the component under test.

GroupId

GroupId

dk.bitcraft
ArtifactId

ArtifactId

LogCollector
Version

Version

0.8.0
Type

Type

jar

Download LogCollector 0.8.0


<!-- https://jarcasting.com/artifacts/dk.bitcraft/LogCollector/ -->
<dependency>
    <groupId>dk.bitcraft</groupId>
    <artifactId>LogCollector</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.bitcraft/LogCollector/
implementation 'dk.bitcraft:LogCollector:0.8.0'
// https://jarcasting.com/artifacts/dk.bitcraft/LogCollector/
implementation ("dk.bitcraft:LogCollector:0.8.0")
'dk.bitcraft:LogCollector:jar:0.8.0'
<dependency org="dk.bitcraft" name="LogCollector" rev="0.8.0">
  <artifact name="LogCollector" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.bitcraft', module='LogCollector', version='0.8.0')
)
libraryDependencies += "dk.bitcraft" % "LogCollector" % "0.8.0"
[dk.bitcraft/LogCollector "0.8.0"]