| Categories |
CategoriesTestNG Unit Testing |
|---|---|
| GroupId | GroupIdcom.thegoate |
| ArtifactId | ArtifactIdtestng |
| Version | Version0.15.8.202102092109 |
| Type | Typejar |
| Filename | Size |
|---|---|
| testng-0.15.8.202102092109.pom | |
| testng-0.15.8.202102092109.jar | 18 KB |
| testng-0.15.8.202102092109-sources.jar | 14 KB |
| testng-0.15.8.202102092109-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thegoate/testng/ -->
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>testng</artifactId>
<version>0.15.8.202102092109</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegoate/testng/
implementation 'com.thegoate:testng:0.15.8.202102092109'
// https://jarcasting.com/artifacts/com.thegoate/testng/
implementation ("com.thegoate:testng:0.15.8.202102092109")
'com.thegoate:testng:jar:0.15.8.202102092109'
<dependency org="com.thegoate" name="testng" rev="0.15.8.202102092109">
<artifact name="testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegoate', module='testng', version='0.15.8.202102092109')
)
libraryDependencies += "com.thegoate" % "testng" % "0.15.8.202102092109"
[com.thegoate/testng "0.15.8.202102092109"]