is not current version
Last Version 2.2.0

io.github.logrecorder:logrecorder 2.0.2

Library for recording logging behaviour during tests.

GroupId

GroupId

io.github.logrecorder
ArtifactId

ArtifactId

logrecorder
Version

Version

2.0.2
Type

Type

pom

Download logrecorder 2.0.2

Filename Size
logrecorder-2.0.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder/ -->
<dependency>
    <groupId>io.github.logrecorder</groupId>
    <artifactId>logrecorder</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder/
implementation 'io.github.logrecorder:logrecorder:2.0.2'
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder/
implementation ("io.github.logrecorder:logrecorder:2.0.2")
'io.github.logrecorder:logrecorder:pom:2.0.2'
<dependency org="io.github.logrecorder" name="logrecorder" rev="2.0.2">
  <artifact name="logrecorder" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.logrecorder', module='logrecorder', version='2.0.2')
)
libraryDependencies += "io.github.logrecorder" % "logrecorder" % "2.0.2"
[io.github.logrecorder/logrecorder "2.0.2"]