| License |
License |
|---|---|
| GroupId | GroupIdio.github.logrecorder |
| ArtifactId | ArtifactIdlogrecorder-log4j |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogRecorder - Log4J
Library for recording logging behaviour during tests.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| logrecorder-log4j-2.2.0.pom | |
| logrecorder-log4j-2.2.0.jar | 12 KB |
| logrecorder-log4j-2.2.0-sources.jar | 7 KB |
| logrecorder-log4j-2.2.0-javadoc.jar | 254 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/ -->
<dependency>
<groupId>io.github.logrecorder</groupId>
<artifactId>logrecorder-log4j</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/
implementation 'io.github.logrecorder:logrecorder-log4j:2.2.0'
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/
implementation ("io.github.logrecorder:logrecorder-log4j:2.2.0")
'io.github.logrecorder:logrecorder-log4j:jar:2.2.0'
<dependency org="io.github.logrecorder" name="logrecorder-log4j" rev="2.2.0">
<artifact name="logrecorder-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.logrecorder', module='logrecorder-log4j', version='2.2.0')
)
libraryDependencies += "io.github.logrecorder" % "logrecorder-log4j" % "2.2.0"
[io.github.logrecorder/logrecorder-log4j "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.logrecorder : logrecorder-api | jar | 2.2.0 |
| io.github.logrecorder : logrecorder-common-junit5 | jar | 2.2.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.jetbrains.kotlin : kotlin-stdlib | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.22.0 |
| org.junit.jupiter : junit-jupiter | jar |