| License |
License |
|---|---|
| Categories |
CategoriesTestNG Unit Testing |
| GroupId | GroupIdorg.osframework.testng |
| ArtifactId | ArtifactIdtestng-ext |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestNG Extensions
OSFramework extensions for TestNG testing framework
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testng-ext-1.0.0.pom | |
| testng-ext-1.0.0.jar | 9 KB |
| testng-ext-1.0.0-sources.jar | 7 KB |
| testng-ext-1.0.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.osframework.testng/testng-ext/ -->
<dependency>
<groupId>org.osframework.testng</groupId>
<artifactId>testng-ext</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osframework.testng/testng-ext/
implementation 'org.osframework.testng:testng-ext:1.0.0'
// https://jarcasting.com/artifacts/org.osframework.testng/testng-ext/
implementation ("org.osframework.testng:testng-ext:1.0.0")
'org.osframework.testng:testng-ext:jar:1.0.0'
<dependency org="org.osframework.testng" name="testng-ext" rev="1.0.0">
<artifact name="testng-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osframework.testng', module='testng-ext', version='1.0.0')
)
libraryDependencies += "org.osframework.testng" % "testng-ext" % "1.0.0"
[org.osframework.testng/testng-ext "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8 |