is not current version
Last Version 1.2.1

com.ocarlsen.test:mock-slf4j-impl 1.0.0

An SLF4J implementation with mock Loggers backed by Mockito.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.ocarlsen.test
ArtifactId

ArtifactId

mock-slf4j-impl
Version

Version

1.0.0
Type

Type

jar

Download mock-slf4j-impl 1.0.0


<!-- https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/ -->
<dependency>
    <groupId>com.ocarlsen.test</groupId>
    <artifactId>mock-slf4j-impl</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/
implementation 'com.ocarlsen.test:mock-slf4j-impl:1.0.0'
// https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/
implementation ("com.ocarlsen.test:mock-slf4j-impl:1.0.0")
'com.ocarlsen.test:mock-slf4j-impl:jar:1.0.0'
<dependency org="com.ocarlsen.test" name="mock-slf4j-impl" rev="1.0.0">
  <artifact name="mock-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocarlsen.test', module='mock-slf4j-impl', version='1.0.0')
)
libraryDependencies += "com.ocarlsen.test" % "mock-slf4j-impl" % "1.0.0"
[com.ocarlsen.test/mock-slf4j-impl "1.0.0"]