Last Version

log-tracker 1.0.1

A junit 5 stub to help unit test log events and statements

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.callibrity.logging
ArtifactId

ArtifactId

log-tracker
Version

Version

1.0.1
Type

Type

jar
Description

Description

log-tracker
A junit 5 stub to help unit test log events and statements
Project URL

Project URL

https://github.com/mwehby/junit5-log-test-stub
Source Code Management

Source Code Management

https://github.com/mwehby/junit5-log-test-stub

Download log-tracker 1.0.1


<!-- https://jarcasting.com/artifacts/com.callibrity.logging/log-tracker/ -->
<dependency>
    <groupId>com.callibrity.logging</groupId>
    <artifactId>log-tracker</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.callibrity.logging/log-tracker/
implementation 'com.callibrity.logging:log-tracker:1.0.1'
// https://jarcasting.com/artifacts/com.callibrity.logging/log-tracker/
implementation ("com.callibrity.logging:log-tracker:1.0.1")
'com.callibrity.logging:log-tracker:jar:1.0.1'
<dependency org="com.callibrity.logging" name="log-tracker" rev="1.0.1">
  <artifact name="log-tracker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.callibrity.logging', module='log-tracker', version='1.0.1')
)
libraryDependencies += "com.callibrity.logging" % "log-tracker" % "1.0.1"
[com.callibrity.logging/log-tracker "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3
org.junit.jupiter : junit-jupiter-api jar 5.2.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.2.0

Project Modules

There are no modules declared in this project.