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