MVN

com.mark59 : mark59-selenium-implementation

Maven & Gradle

Aug 09, 2023
2 stars

com.mark59:mark59-selenium-implementation · Selenium implementation for Jmeter scripting using the mark59 framework.

<dependency>
    <groupId>com.mark59</groupId>
    <artifactId>mark59-selenium-implementation</artifactId>
    <version>5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mark59 : mark59-selenium-implementation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5
  • Latest Release Candidate: 4.0.0-rc-1
  • Latest Beta: 1.0-beta-5

All Versions

Choose a version of com.mark59 : mark59-selenium-implementation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5
mark59-selenium-implementation-5.5
5.4
mark59-selenium-implementation-5.4
5.3
mark59-selenium-implementation-5.3
5.2
mark59-selenium-implementation-5.2
5.1
mark59-selenium-implementation-5.1
5.0
mark59-selenium-implementation-5.0
4.2.x
mark59-selenium-implementation-4.2.1
4.2
mark59-selenium-implementation-4.2
4.1
mark59-selenium-implementation-4.1
4.0.x
mark59-selenium-implementation-4.0.0
mark59-selenium-implementation-4.0.0-rc-1
3.3
mark59-selenium-implementation-3.3
3.2
mark59-selenium-implementation-3.2
3.1
mark59-selenium-implementation-3.1
3.0
mark59-selenium-implementation-3.0
2.3
mark59-selenium-implementation-2.3
2.2
mark59-selenium-implementation-2.2
2.1
mark59-selenium-implementation-2.1
2.0
mark59-selenium-implementation-2.0
1.0
mark59-selenium-implementation-1.0-beta-5
mark59-selenium-implementation-1.0-beta-4
mark59-selenium-implementation-1.0-beta-3
mark59-selenium-implementation-1.0-beta-2
mark59-selenium-implementation-1.0-beta-1

How to add a dependency to Maven

Add the following com.mark59 : mark59-selenium-implementation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mark59</groupId>
    <artifactId>mark59-selenium-implementation</artifactId>
    <version>5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mark59 : mark59-selenium-implementation gradle dependency to your build.gradle file:

implementation 'com.mark59:mark59-selenium-implementation:5.5'

Gradle Kotlin DSL: Add the following com.mark59 : mark59-selenium-implementation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mark59:mark59-selenium-implementation:5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mark59 : mark59-selenium-implementation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mark59" % "mark59-selenium-implementation" % "5.5"

Advertisement