License |
License |
---|---|
Categories |
CategoriesNet Logging Application Layer Libs |
GroupId | GroupIdnet.sf.buildbox |
ArtifactId | ArtifactIdstrictlogging-tests |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstrictlogging-tests:1.0.1
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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
strictlogging-tests-1.0.1.pom | |
strictlogging-tests-1.0.1.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-tests/ -->
<dependency>
<groupId>net.sf.buildbox</groupId>
<artifactId>strictlogging-tests</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-tests/
implementation 'net.sf.buildbox:strictlogging-tests:1.0.1'
// https://jarcasting.com/artifacts/net.sf.buildbox/strictlogging-tests/
implementation ("net.sf.buildbox:strictlogging-tests:1.0.1")
'net.sf.buildbox:strictlogging-tests:jar:1.0.1'
<dependency org="net.sf.buildbox" name="strictlogging-tests" rev="1.0.1">
<artifact name="strictlogging-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.buildbox', module='strictlogging-tests', version='1.0.1')
)
libraryDependencies += "net.sf.buildbox" % "strictlogging-tests" % "1.0.1"
[net.sf.buildbox/strictlogging-tests "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
net.sf.buildbox : strictlogging-api | jar | 1.0.1 |