License |
License |
---|---|
GroupId | GroupIdio.github.hakky54 |
ArtifactId | ArtifactIdlogcaptor |
Last Version | Last Version2.7.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlog-captor
LogCaptor will enable you to easily capture logging entries for unit testing purposes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logcaptor-2.7.10.pom | |
logcaptor-2.7.10.jar | 5 KB |
logcaptor-2.7.10-sources.jar | 4 KB |
logcaptor-2.7.10-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hakky54/logcaptor/ -->
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hakky54/logcaptor/
implementation 'io.github.hakky54:logcaptor:2.7.10'
// https://jarcasting.com/artifacts/io.github.hakky54/logcaptor/
implementation ("io.github.hakky54:logcaptor:2.7.10")
'io.github.hakky54:logcaptor:jar:2.7.10'
<dependency org="io.github.hakky54" name="logcaptor" rev="2.7.10">
<artifact name="logcaptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hakky54', module='logcaptor', version='2.7.10')
)
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.7.10"
[io.github.hakky54/logcaptor "2.7.10"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.17.2 |
org.slf4j : jul-to-slf4j | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-junit-jupiter | jar | 4.5.1 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.slf4j : log4j-over-slf4j | jar | 1.7.36 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.projectlombok : lombok | jar | 1.18.24 |