Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdcom.vimalselvam |
ArtifactId | ArtifactIdtestng-extentsreport |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vimalselvam/testng-extentsreport/ -->
<dependency>
<groupId>com.vimalselvam</groupId>
<artifactId>testng-extentsreport</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vimalselvam/testng-extentsreport/
implementation 'com.vimalselvam:testng-extentsreport:1.1.0'
// https://jarcasting.com/artifacts/com.vimalselvam/testng-extentsreport/
implementation ("com.vimalselvam:testng-extentsreport:1.1.0")
'com.vimalselvam:testng-extentsreport:jar:1.1.0'
<dependency org="com.vimalselvam" name="testng-extentsreport" rev="1.1.0">
<artifact name="testng-extentsreport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vimalselvam', module='testng-extentsreport', version='1.1.0')
)
libraryDependencies += "com.vimalselvam" % "testng-extentsreport" % "1.1.0"
[com.vimalselvam/testng-extentsreport "1.1.0"]