| License |
License |
|---|---|
| GroupId | GroupIdcz.pumpitup.pn5 |
| ArtifactId | ArtifactIdweb |
| Version | Version0.5.0 |
| Type | Typejar |
| Description |
DescriptionWeb Support
Test Automation engineer's little helper
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| web-0.5.0.pom | |
| web-0.5.0.jar | 23 KB |
| web-0.5.0-sources.jar | 14 KB |
| web-0.5.0-no-autodetection.jar | 22 KB |
| web-0.5.0-javadoc.jar | 479 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.pumpitup.pn5/web/ -->
<dependency>
<groupId>cz.pumpitup.pn5</groupId>
<artifactId>web</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/web/
implementation 'cz.pumpitup.pn5:web:0.5.0'
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/web/
implementation ("cz.pumpitup.pn5:web:0.5.0")
'cz.pumpitup.pn5:web:jar:0.5.0'
<dependency org="cz.pumpitup.pn5" name="web" rev="0.5.0">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.pumpitup.pn5', module='web', version='0.5.0')
)
libraryDependencies += "cz.pumpitup.pn5" % "web" % "0.5.0"
[cz.pumpitup.pn5/web "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cz.pumpitup.pn5 : core | jar | 0.5.0 |
| org.seleniumhq.selenium : selenium-java | jar | 4.1.0 |
| com.codeborne : selenide | jar | 6.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-junit-jupiter | jar | 3.5.13 |