License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing SLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.sbabcoc |
ArtifactId | ArtifactIdslf4j-testng |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF4J TestNG Reporter Binding
SLF4J TestNG Reporter binding
|
Project URL |
Project URL |
Project Organization |
Project OrganizationQOS.ch |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slf4j-testng-2.0.0.pom | |
slf4j-testng-2.0.0.jar | 11 KB |
slf4j-testng-2.0.0-sources.jar | 13 KB |
slf4j-testng-2.0.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sbabcoc/slf4j-testng/ -->
<dependency>
<groupId>com.github.sbabcoc</groupId>
<artifactId>slf4j-testng</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sbabcoc/slf4j-testng/
implementation 'com.github.sbabcoc:slf4j-testng:2.0.0'
// https://jarcasting.com/artifacts/com.github.sbabcoc/slf4j-testng/
implementation ("com.github.sbabcoc:slf4j-testng:2.0.0")
'com.github.sbabcoc:slf4j-testng:jar:2.0.0'
<dependency org="com.github.sbabcoc" name="slf4j-testng" rev="2.0.0">
<artifact name="slf4j-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sbabcoc', module='slf4j-testng', version='2.0.0')
)
libraryDependencies += "com.github.sbabcoc" % "slf4j-testng" % "2.0.0"
[com.github.sbabcoc/slf4j-testng "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.5 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | test-jar | 1.7.32 |
junit : junit | jar | 4.13.2 |