LogRecorder - API

Library for recording logging behaviour during tests.

License

License

GroupId

GroupId

io.github.logrecorder
ArtifactId

ArtifactId

logrecorder-api
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

LogRecorder - API
Library for recording logging behaviour during tests.
Project Organization

Project Organization

Novatec Consulting GmbH

Download logrecorder-api

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.22.0
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0