| License |
License |
|---|---|
| Categories |
CategoriesNet Logging Application Layer Libs |
| GroupId | GroupIdnet.sf.buildbox.strictlogging |
| ArtifactId | ArtifactIdstrictlogging-tests |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionstrictlogging-tests-1.0.0
This module contains implementation of tests that can be then applied on any concrete implementation.
As a sample usage, it runs the tests on the lightweight PrintWriter-based implementation.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| strictlogging-tests-1.0.0.pom | |
| strictlogging-tests-1.0.0.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.buildbox.strictlogging/strictlogging-tests/ -->
<dependency>
<groupId>net.sf.buildbox.strictlogging</groupId>
<artifactId>strictlogging-tests</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox.strictlogging/strictlogging-tests/
implementation 'net.sf.buildbox.strictlogging:strictlogging-tests:1.0.0'
// https://jarcasting.com/artifacts/net.sf.buildbox.strictlogging/strictlogging-tests/
implementation ("net.sf.buildbox.strictlogging:strictlogging-tests:1.0.0")
'net.sf.buildbox.strictlogging:strictlogging-tests:jar:1.0.0'
<dependency org="net.sf.buildbox.strictlogging" name="strictlogging-tests" rev="1.0.0">
<artifact name="strictlogging-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox.strictlogging', module='strictlogging-tests', version='1.0.0')
)
libraryDependencies += "net.sf.buildbox.strictlogging" % "strictlogging-tests" % "1.0.0"
[net.sf.buildbox.strictlogging/strictlogging-tests "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
| net.sf.buildbox.strictlogging : strictlogging-api | jar | 1.0.0 |