is not current version
Last Version 1.1.0

net.azae.xray:junit-xray 1.0.0

A simple library to link junit test to xray test

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.azae.xray
ArtifactId

ArtifactId

junit-xray
Version

Version

1.0.0
Type

Type

jar

Download junit-xray 1.0.0


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