is not current version
Last Version 1.0.1

org.touchbit.shields4j:testng 1.0.0

TestNG listener to create badges with statistics on running tests

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.touchbit.shields4j
ArtifactId

ArtifactId

testng
Version

Version

1.0.0
Type

Type

jar

Download testng 1.0.0


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