is not current version
Last Version 2.1.3

io.qase:qase-testng 1.0.1


Categories

Categories

TestNG Unit Testing
GroupId

GroupId

io.qase
ArtifactId

ArtifactId

qase-testng
Version

Version

1.0.1
Type

Type

jar

Download qase-testng 1.0.1


<!-- 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"]