is not current version
Last Version 2.0.0

com.github.sbabcoc:logback-testng 1.0.0

This appender enables users to direct the Logback output from TestNG tests to the TestNG Reporter.

Categories

Categories

TestNG Unit Testing Logback Application Layer Libs Logging
GroupId

GroupId

com.github.sbabcoc
ArtifactId

ArtifactId

logback-testng
Version

Version

1.0.0
Type

Type

jar

Download logback-testng 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.sbabcoc/logback-testng/ -->
<dependency>
    <groupId>com.github.sbabcoc</groupId>
    <artifactId>logback-testng</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sbabcoc/logback-testng/
implementation 'com.github.sbabcoc:logback-testng:1.0.0'
// https://jarcasting.com/artifacts/com.github.sbabcoc/logback-testng/
implementation ("com.github.sbabcoc:logback-testng:1.0.0")
'com.github.sbabcoc:logback-testng:jar:1.0.0'
<dependency org="com.github.sbabcoc" name="logback-testng" rev="1.0.0">
  <artifact name="logback-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sbabcoc', module='logback-testng', version='1.0.0')
)
libraryDependencies += "com.github.sbabcoc" % "logback-testng" % "1.0.0"
[com.github.sbabcoc/logback-testng "1.0.0"]