t

testng

goate module for testng
http://www.thegoate.com
MIT
Eric Angeli
Files download
File Operation
testng-0.15.8.202110212341.jar download
testng-0.15.8.202110212341.pom download
testng-0.15.8.202110212341-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thegoate</groupId>
  <artifactId>testng</artifactId>
  <version>0.15.8.202110212341</version>
</dependency>
Gradle Groovy
implementation 'com.thegoate:testng:0.15.8.202110212341'
Gradle Kotlin
implementation("com.thegoate:testng:0.15.8.202110212341")
Scala SBT
libraryDependencies += "com.thegoate" % "testng" % "0.15.8.202110212341"
Groovy Grape
@Grapes(
  @Grab(group='com.thegoate', module='testng', version='0.15.8.202110212341')
)
Apache Ivy
<dependency org="com.thegoate" name="testng" rev="0.15.8.202110212341" />
Leiningen
[com.thegoate/testng "0.15.8.202110212341"]
Apache Buildr
'com.thegoate:testng:jar:0.15.8.202110212341'