License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.specnaz |
ArtifactId | ArtifactIdspecnaz-testng |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpecnaz
Library for writing beautiful, RSpec/Jasmine/Mocha/Jest-style specifications in Java, Kotlin and Groovy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
specnaz-testng-1.5.3.pom | |
specnaz-testng-1.5.3.jar | 9 KB |
specnaz-testng-1.5.3-sources.jar | 6 KB |
specnaz-testng-1.5.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specnaz/specnaz-testng/ -->
<dependency>
<groupId>org.specnaz</groupId>
<artifactId>specnaz-testng</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.specnaz/specnaz-testng/
implementation 'org.specnaz:specnaz-testng:1.5.3'
// https://jarcasting.com/artifacts/org.specnaz/specnaz-testng/
implementation ("org.specnaz:specnaz-testng:1.5.3")
'org.specnaz:specnaz-testng:jar:1.5.3'
<dependency org="org.specnaz" name="specnaz-testng" rev="1.5.3">
<artifact name="specnaz-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specnaz', module='specnaz-testng', version='1.5.3')
)
libraryDependencies += "org.specnaz" % "specnaz-testng" % "1.5.3"
[org.specnaz/specnaz-testng "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.specnaz : specnaz | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.0.0 |