is not current version
Last Version 1.0.2

io.github.hakky54:consolecaptor 1.0.1

ConsoleCaptor will enable you to easily capture console output for unit testing purposes

GroupId

GroupId

io.github.hakky54
ArtifactId

ArtifactId

consolecaptor
Version

Version

1.0.1
Type

Type

jar

Download consolecaptor 1.0.1


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