License |
License |
---|---|
GroupId | GroupIdcom.github.grossopa |
ArtifactId | ArtifactIdhamster-selenium-core |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe framework to support selenium to be able to test against web applications built from modern
front-end framework such as Material-UI
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hamster-selenium-core-1.9.pom | |
hamster-selenium-core-1.9.jar | 31 KB |
hamster-selenium-core-1.9-sources.jar | 40 KB |
hamster-selenium-core-1.9-javadoc.jar | 581 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.grossopa/hamster-selenium-core/ -->
<dependency>
<groupId>com.github.grossopa</groupId>
<artifactId>hamster-selenium-core</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grossopa/hamster-selenium-core/
implementation 'com.github.grossopa:hamster-selenium-core:1.9'
// https://jarcasting.com/artifacts/com.github.grossopa/hamster-selenium-core/
implementation ("com.github.grossopa:hamster-selenium-core:1.9")
'com.github.grossopa:hamster-selenium-core:jar:1.9'
<dependency org="com.github.grossopa" name="hamster-selenium-core" rev="1.9">
<artifact name="hamster-selenium-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grossopa', module='hamster-selenium-core', version='1.9')
)
libraryDependencies += "com.github.grossopa" % "hamster-selenium-core" % "1.9"
[com.github.grossopa/hamster-selenium-core "1.9"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 4.0.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | RELEASE |
org.mockito : mockito-core | jar | RELEASE |
net.bytebuddy : byte-buddy | jar | RELEASE |
com.openpojo : openpojo | jar | 0.9.1 |