is not current version
Last Version 2.7.10

io.github.hakky54:logcaptor 1.0.1

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

GroupId

GroupId

io.github.hakky54
ArtifactId

ArtifactId

logcaptor
Version

Version

1.0.1
Type

Type

jar

Download logcaptor 1.0.1


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