Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdcom.epam.jdi |
ArtifactId | ArtifactIdjdi-web-testng |
Version | Version2.0.19 |
Type | Typejar |
Filename | Size |
---|---|
jdi-web-testng-2.0.19.pom | |
jdi-web-testng-2.0.19.jar | 15 KB |
jdi-web-testng-2.0.19-sources.jar | 6 KB |
jdi-web-testng-2.0.19-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.epam.jdi/jdi-web-testng/ -->
<dependency>
<groupId>com.epam.jdi</groupId>
<artifactId>jdi-web-testng</artifactId>
<version>2.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.jdi/jdi-web-testng/
implementation 'com.epam.jdi:jdi-web-testng:2.0.19'
// https://jarcasting.com/artifacts/com.epam.jdi/jdi-web-testng/
implementation ("com.epam.jdi:jdi-web-testng:2.0.19")
'com.epam.jdi:jdi-web-testng:jar:2.0.19'
<dependency org="com.epam.jdi" name="jdi-web-testng" rev="2.0.19">
<artifact name="jdi-web-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.jdi', module='jdi-web-testng', version='2.0.19')
)
libraryDependencies += "com.epam.jdi" % "jdi-web-testng" % "2.0.19"
[com.epam.jdi/jdi-web-testng "2.0.19"]