Last Version

Java Server-Side Testing framework - TestNG Support 1.0.4

Provides support for TestNG

License

License

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

com.github.shyiko.jsst
ArtifactId

ArtifactId

jsst-testng
Version

Version

1.0.4
Type

Type

jar
Description

Description

Java Server-Side Testing framework - TestNG Support
Provides support for TestNG
Project URL

Project URL

http://github.com/shyiko/jsst

Download jsst-testng 1.0.4


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

Dependencies

compile (2)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.6.9
org.testng : testng jar 5.12.1

provided (1)

Group / Artifact Type Version
com.github.shyiko.jsst : jsst-core jar 1.0.4

Project Modules

There are no modules declared in this project.