License |
License |
---|---|
GroupId | GroupIdio.github.hakky54 |
ArtifactId | ArtifactIdconsolecaptor |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconsole-captor
ConsoleCaptor will enable you to easily capture console output for unit testing purposes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
consolecaptor-1.0.2.pom | |
consolecaptor-1.0.2.jar | 5 KB |
consolecaptor-1.0.2-sources.jar | 4 KB |
consolecaptor-1.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hakky54/consolecaptor/ -->
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>consolecaptor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hakky54/consolecaptor/
implementation 'io.github.hakky54:consolecaptor:1.0.2'
// https://jarcasting.com/artifacts/io.github.hakky54/consolecaptor/
implementation ("io.github.hakky54:consolecaptor:1.0.2")
'io.github.hakky54:consolecaptor:jar:1.0.2'
<dependency org="io.github.hakky54" name="consolecaptor" rev="1.0.2">
<artifact name="consolecaptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hakky54', module='consolecaptor', version='1.0.2')
)
libraryDependencies += "io.github.hakky54" % "consolecaptor" % "1.0.2"
[io.github.hakky54/consolecaptor "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.19.0 |