Jar examples for s:strictlogging-tests
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.
You can download jar file strictlogging-tests 1.0.0 in this page.
You can use the following script to add strictlogging-tests-1.0.0.jar to your project.
<dependency> <groupId>net.sf.buildbox.strictlogging</groupId> <artifactId>strictlogging-tests</artifactId> <version>1.0.0</version> </dependency>
compile group: 'net.sf.buildbox.strictlogging', name: 'strictlogging-tests', version: '1.0.0'
libraryDependencies += "net.sf.buildbox.strictlogging" % "strictlogging-tests" % "1.0.0"
<dependency org="net.sf.buildbox.strictlogging" name="strictlogging-tests" rev="1.0.0"/>
@Grapes(@Grab(group='net.sf.buildbox.strictlogging', module='strictlogging-tests', version='1.0.0'))
'net.sf.buildbox.strictlogging:strictlogging-tests:jar:1.0.0'
Click the following link to download the jar file.
strictlogging-tests-1.0.0.jar