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