License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdorg.paxml |
ArtifactId | ArtifactIdpaxml-testng |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPaxmlTestNG
Paxml - Process Automation eXtensible Markup Language
|
Project Organization |
Project OrganizationPaxml |
Filename | Size |
---|---|
paxml-testng-2.0.2.pom | |
paxml-testng-2.0.2.jar | 76 KB |
paxml-testng-2.0.2-sources.jar | 62 KB |
paxml-testng-2.0.2-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.paxml/paxml-testng/ -->
<dependency>
<groupId>org.paxml</groupId>
<artifactId>paxml-testng</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.paxml/paxml-testng/
implementation 'org.paxml:paxml-testng:2.0.2'
// https://jarcasting.com/artifacts/org.paxml/paxml-testng/
implementation ("org.paxml:paxml-testng:2.0.2")
'org.paxml:paxml-testng:jar:2.0.2'
<dependency org="org.paxml" name="paxml-testng" rev="2.0.2">
<artifact name="paxml-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.paxml', module='paxml-testng', version='2.0.2')
)
libraryDependencies += "org.paxml" % "paxml-testng" % "2.0.2"
[org.paxml/paxml-testng "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.paxml : paxml-core | jar | 2.0.2 |
org.paxml : paxml-selenium | jar | 2.0.2 |
javassist : javassist | jar | 3.12.0.SP1 |
org.testng : testng | jar | 5.10 |