t

testng

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