| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdcom.github.valfirst |
| ArtifactId | ArtifactIdslf4j-test |
| Last Version | Last Version2.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J Test
An in-memory SLF4J implementation focused on aiding unit
testing.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| slf4j-test-2.6.1.pom | |
| slf4j-test-2.6.1.jar | 27 KB |
| slf4j-test-2.6.1-sources.jar | 14 KB |
| slf4j-test-2.6.1-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.valfirst/slf4j-test/ -->
<dependency>
<groupId>com.github.valfirst</groupId>
<artifactId>slf4j-test</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.valfirst/slf4j-test/
implementation 'com.github.valfirst:slf4j-test:2.6.1'
// https://jarcasting.com/artifacts/com.github.valfirst/slf4j-test/
implementation ("com.github.valfirst:slf4j-test:2.6.1")
'com.github.valfirst:slf4j-test:jar:2.6.1'
<dependency org="com.github.valfirst" name="slf4j-test" rev="2.6.1">
<artifact name="slf4j-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.valfirst', module='slf4j-test', version='2.6.1')
)
libraryDependencies += "com.github.valfirst" % "slf4j-test" % "2.6.1"
[com.github.valfirst/slf4j-test "2.6.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha7 |
| com.google.guava : guava | jar | 31.1-jre |
| uk.org.lidalia : lidalia-slf4j-ext | jar | 1.0.0 |
| joda-time : joda-time | jar | 2.10.14 |
| org.assertj : assertj-core Optional | jar | 3.22.0 |
| junit : junit Optional | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-api Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.vintage : junit-vintage-engine | jar | |
| org.junit.platform : junit-platform-launcher | jar | |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.0.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.0.0 |
| org.powermock : powermock-module-junit4 | jar | 2.0.9 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.9 |