Download slf4jtesting-1.1.3.jar file - Jar s

Jar examples for s:slf4jtesting

Description

SLF4JTesting is a library that provides facilities for log testing that are simple to use and optimised for use in environments with concurrent test execution and/or where console logging is desired.

You can download jar file slf4jtesting 1.1.3 in this page.

License

The MIT Licence (MIT)

Build File

You can use the following script to add slf4jtesting-1.1.3.jar to your project.

<dependency>
   <groupId>com.portingle</groupId>
   <artifactId>slf4jtesting</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'com.portingle', name: 'slf4jtesting', version: '1.1.3'
libraryDependencies += "com.portingle" % "slf4jtesting" % "1.1.3"
<dependency org="com.portingle" name="slf4jtesting" rev="1.1.3"/>
@Grapes(@Grab(group='com.portingle', module='slf4jtesting', version='1.1.3'))
'com.portingle:slf4jtesting:jar:1.1.3'

Download

Click the following link to download the jar file.

slf4jtesting-1.1.3-javadoc.jar
slf4jtesting-1.1.3-sources.jar
slf4jtesting-1.1.3.jar
slf4jtesting-1.1.3.pom



Related Tutorials