t

testng

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