t

testng

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