Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdio.qase |
ArtifactId | ArtifactIdqase-testng |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
qase-testng-1.0.1.pom | |
qase-testng-1.0.1.jar | 7 KB |
qase-testng-1.0.1-sources.jar | 3 KB |
qase-testng-1.0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.qase/qase-testng/ -->
<dependency>
<groupId>io.qase</groupId>
<artifactId>qase-testng</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.qase/qase-testng/
implementation 'io.qase:qase-testng:1.0.1'
// https://jarcasting.com/artifacts/io.qase/qase-testng/
implementation ("io.qase:qase-testng:1.0.1")
'io.qase:qase-testng:jar:1.0.1'
<dependency org="io.qase" name="qase-testng" rev="1.0.1">
<artifact name="qase-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qase', module='qase-testng', version='1.0.1')
)
libraryDependencies += "io.qase" % "qase-testng" % "1.0.1"
[io.qase/qase-testng "1.0.1"]