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