License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdio.wcm |
ArtifactId | ArtifactIdio.wcm.testing.logging-mock |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogging Config for Mocks
Logging definition for mock implementations that run standalone in JUnit context.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.wcm/io.wcm.testing.logging-mock/ -->
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.logging-mock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.wcm/io.wcm.testing.logging-mock/
implementation 'io.wcm:io.wcm.testing.logging-mock:1.0.0'
// https://jarcasting.com/artifacts/io.wcm/io.wcm.testing.logging-mock/
implementation ("io.wcm:io.wcm.testing.logging-mock:1.0.0")
'io.wcm:io.wcm.testing.logging-mock:jar:1.0.0'
<dependency org="io.wcm" name="io.wcm.testing.logging-mock" rev="1.0.0">
<artifact name="io.wcm.testing.logging-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wcm', module='io.wcm.testing.logging-mock', version='1.0.0')
)
libraryDependencies += "io.wcm" % "io.wcm.testing.logging-mock" % "1.0.0"
[io.wcm/io.wcm.testing.logging-mock "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |