Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdorg.touchbit.shields4j |
ArtifactId | ArtifactIdtestng |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
testng-1.0.0.pom | |
testng-1.0.0.jar | 4 KB |
testng-1.0.0-sources.jar | 4 KB |
testng-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.touchbit.shields4j/testng/ -->
<dependency>
<groupId>org.touchbit.shields4j</groupId>
<artifactId>testng</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.shields4j/testng/
implementation 'org.touchbit.shields4j:testng:1.0.0'
// https://jarcasting.com/artifacts/org.touchbit.shields4j/testng/
implementation ("org.touchbit.shields4j:testng:1.0.0")
'org.touchbit.shields4j:testng:jar:1.0.0'
<dependency org="org.touchbit.shields4j" name="testng" rev="1.0.0">
<artifact name="testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.shields4j', module='testng', version='1.0.0')
)
libraryDependencies += "org.touchbit.shields4j" % "testng" % "1.0.0"
[org.touchbit.shields4j/testng "1.0.0"]