Jar examples for l:logback-testng
This appender enables users to direct the Logback output from TestNG tests to the TestNG Reporter.
You can download jar file logback-testng 1.0.0 in this page.
The Apache License, Version 2.0
You can use the following script to add logback-testng-1.0.0.jar to your project.
<dependency> <groupId>com.github.sbabcoc</groupId> <artifactId>logback-testng</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.github.sbabcoc', name: 'logback-testng', version: '1.0.0'
libraryDependencies += "com.github.sbabcoc" % "logback-testng" % "1.0.0"
<dependency org="com.github.sbabcoc" name="logback-testng" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.sbabcoc', module='logback-testng', version='1.0.0'))
'com.github.sbabcoc:logback-testng:jar:1.0.0'
Click the following link to download the jar file.
logback-testng-1.0.0-javadoc.jar