is not current version
Last Version 2.1.3

io.qase:qase-junit5 2.1.2


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.qase
ArtifactId

ArtifactId

qase-junit5
Version

Version

2.1.2
Type

Type

jar

Download qase-junit5 2.1.2


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