MVN

cz.cvut.fel.still : selenium-starter-kit

Maven & Gradle

Oct 21, 2020

Selenium Starter Kit · Using Selenium, WebDriverManager and JUnit to author and run tests.

<dependency>
    <groupId>cz.cvut.fel.still</groupId>
    <artifactId>selenium-starter-kit</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.cvut.fel.still : selenium-starter-kit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of cz.cvut.fel.still : selenium-starter-kit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
selenium-starter-kit-1.0.0

How to add a dependency to Maven

Add the following cz.cvut.fel.still : selenium-starter-kit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.cvut.fel.still</groupId>
    <artifactId>selenium-starter-kit</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.cvut.fel.still : selenium-starter-kit gradle dependency to your build.gradle file:

implementation 'cz.cvut.fel.still:selenium-starter-kit:1.0.0'

Gradle Kotlin DSL: Add the following cz.cvut.fel.still : selenium-starter-kit gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.cvut.fel.still:selenium-starter-kit:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.cvut.fel.still : selenium-starter-kit sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.cvut.fel.still" % "selenium-starter-kit" % "1.0.0"

Advertisement

Dependencies from Group

Discover Dependencies

Jul 17, 2023
39 stars
key
Feb 16, 2022
2 usages
0 stars
Sep 02, 2022
1 usages
0 stars
Aug 01, 2023
2 usages
0 stars
Aug 08, 2023
2 usages
730 stars
Dec 18, 2021
3 stars
Aug 25, 2023
129 stars
Nov 13, 2020
1 usages
0 stars