License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdme.xethh.libs |
ArtifactId | ArtifactIdsimplified-selenium-api-4-scala |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimplified-selenium-api-4-scala
Just some short cut and syntax sugar to the java version of selenium api
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/me.xethh.libs/simplified-selenium-api-4-scala/ -->
<dependency>
<groupId>me.xethh.libs</groupId>
<artifactId>simplified-selenium-api-4-scala</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs/simplified-selenium-api-4-scala/
implementation 'me.xethh.libs:simplified-selenium-api-4-scala:1.0.0'
// https://jarcasting.com/artifacts/me.xethh.libs/simplified-selenium-api-4-scala/
implementation ("me.xethh.libs:simplified-selenium-api-4-scala:1.0.0")
'me.xethh.libs:simplified-selenium-api-4-scala:jar:1.0.0'
<dependency org="me.xethh.libs" name="simplified-selenium-api-4-scala" rev="1.0.0">
<artifact name="simplified-selenium-api-4-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs', module='simplified-selenium-api-4-scala', version='1.0.0')
)
libraryDependencies += "me.xethh.libs" % "simplified-selenium-api-4-scala" % "1.0.0"
[me.xethh.libs/simplified-selenium-api-4-scala "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | ${build.scala.version} |
me.xethh.utils : functional-packs | jar | 1.0.0 |
org.seleniumhq.selenium : selenium-chrome-driver | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-support | jar | 3.141.59 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |