License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.ocarlsen.test |
ArtifactId | ArtifactIdmock-slf4j-impl |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMock SLF4J Implementation
An SLF4J implementation with mock Loggers backed by Mockito.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mock-slf4j-impl-1.2.1.pom | |
mock-slf4j-impl-1.2.1.jar | 4 KB |
mock-slf4j-impl-1.2.1-sources.jar | 4 KB |
mock-slf4j-impl-1.2.1-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/ -->
<dependency>
<groupId>com.ocarlsen.test</groupId>
<artifactId>mock-slf4j-impl</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/
implementation 'com.ocarlsen.test:mock-slf4j-impl:1.2.1'
// https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/
implementation ("com.ocarlsen.test:mock-slf4j-impl:1.2.1")
'com.ocarlsen.test:mock-slf4j-impl:jar:1.2.1'
<dependency org="com.ocarlsen.test" name="mock-slf4j-impl" rev="1.2.1">
<artifact name="mock-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocarlsen.test', module='mock-slf4j-impl', version='1.2.1')
)
libraryDependencies += "com.ocarlsen.test" % "mock-slf4j-impl" % "1.2.1"
[com.ocarlsen.test/mock-slf4j-impl "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.31 |
org.mockito : mockito-core | jar | 3.11.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |