is not current version
Last Version 2.7.10

io.github.hakky54:logcaptor 2.2.0

LogCaptor will enable you to easily capture logging entries for unit testing purposes

GroupId

GroupId

io.github.hakky54
ArtifactId

ArtifactId

logcaptor
Version

Version

2.2.0
Type

Type

jar

Download logcaptor 2.2.0


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