is not current version
Last Version 2.1.3

io.qase:qase-testng 2.1.2


Categories

Categories

TestNG Unit Testing
GroupId

GroupId

io.qase
ArtifactId

ArtifactId

qase-testng
Version

Version

2.1.2
Type

Type

jar

Download qase-testng 2.1.2


<!-- https://jarcasting.com/artifacts/io.qase/qase-testng/ -->
<dependency>
    <groupId>io.qase</groupId>
    <artifactId>qase-testng</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.qase/qase-testng/
implementation 'io.qase:qase-testng:2.1.2'
// https://jarcasting.com/artifacts/io.qase/qase-testng/
implementation ("io.qase:qase-testng:2.1.2")
'io.qase:qase-testng:jar:2.1.2'
<dependency org="io.qase" name="qase-testng" rev="2.1.2">
  <artifact name="qase-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qase', module='qase-testng', version='2.1.2')
)
libraryDependencies += "io.qase" % "qase-testng" % "2.1.2"
[io.qase/qase-testng "2.1.2"]