License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Net |
GroupId | GroupIdnet.azae.xray |
ArtifactId | ArtifactIdjunit-xray |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnet.azae.xray:junit-xray
A simple library to link junit test to xray test
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-xray-1.1.0.pom | |
junit-xray-1.1.0.jar | 16 KB |
junit-xray-1.1.0-sources.jar | 8 KB |
junit-xray-1.1.0-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.azae.xray/junit-xray/ -->
<dependency>
<groupId>net.azae.xray</groupId>
<artifactId>junit-xray</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.azae.xray/junit-xray/
implementation 'net.azae.xray:junit-xray:1.1.0'
// https://jarcasting.com/artifacts/net.azae.xray/junit-xray/
implementation ("net.azae.xray:junit-xray:1.1.0")
'net.azae.xray:junit-xray:jar:1.1.0'
<dependency org="net.azae.xray" name="junit-xray" rev="1.1.0">
<artifact name="junit-xray" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.azae.xray', module='junit-xray', version='1.1.0')
)
libraryDependencies += "net.azae.xray" % "junit-xray" % "1.1.0"
[net.azae.xray/junit-xray "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.junit.platform : junit-platform-launcher | jar | 1.6.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
org.testng : testng | jar | 6.8.8 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |