| License |
License |
|---|---|
| GroupId | GroupIdcom.panayotis |
| ArtifactId | ArtifactIdwebtest |
| Last Version | Last Version0.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWebTest
Perform Web test with Selenium, the easy way
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| webtest-0.1.5.pom | |
| webtest-0.1.5.jar | 49 KB |
| webtest-0.1.5-sources.jar | 7 KB |
| webtest-0.1.5-javadoc.jar | 287 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/webtest/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>webtest</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/webtest/
implementation 'com.panayotis:webtest:0.1.5'
// https://jarcasting.com/artifacts/com.panayotis/webtest/
implementation ("com.panayotis:webtest:0.1.5")
'com.panayotis:webtest:jar:0.1.5'
<dependency org="com.panayotis" name="webtest" rev="0.1.5">
<artifact name="webtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='webtest', version='0.1.5')
)
libraryDependencies += "com.panayotis" % "webtest" % "0.1.5"
[com.panayotis/webtest "0.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-java | jar | 4.2.2 |
| io.github.bonigarcia : webdrivermanager | jar | 5.2.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.4.0 |