MVN

net.sf.testium : testium-selenium-plugin

Maven & Gradle

Sep 25, 2013
1 stars

Testium Selenium Plugin · Selenium Plugin for the Testium Executor

<dependency>
    <groupId>net.sf.testium</groupId>
    <artifactId>testium-selenium-plugin</artifactId>
    <version>0.3.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.testium : testium-selenium-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.40

All Versions

Choose a version of net.sf.testium : testium-selenium-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
testium-selenium-plugin-0.3.40
testium-selenium-plugin-0.3.39
testium-selenium-plugin-0.3.38
testium-selenium-plugin-0.3.37
testium-selenium-plugin-0.3.36
testium-selenium-plugin-0.3.35
testium-selenium-plugin-0.3.34
testium-selenium-plugin-0.3.33
testium-selenium-plugin-0.3.32
testium-selenium-plugin-0.3.31
testium-selenium-plugin-0.3.30
testium-selenium-plugin-0.3.29
testium-selenium-plugin-0.3.28
testium-selenium-plugin-0.3.27
testium-selenium-plugin-0.3.26
testium-selenium-plugin-0.3.20
testium-selenium-plugin-0.3.19
testium-selenium-plugin-0.3.18
testium-selenium-plugin-0.3.17
testium-selenium-plugin-0.3.16
testium-selenium-plugin-0.3.15
testium-selenium-plugin-0.3.14
testium-selenium-plugin-0.3.13

How to add a dependency to Maven

Add the following net.sf.testium : testium-selenium-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.testium</groupId>
    <artifactId>testium-selenium-plugin</artifactId>
    <version>0.3.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.testium : testium-selenium-plugin gradle dependency to your build.gradle file:

implementation 'net.sf.testium:testium-selenium-plugin:0.3.40'

Gradle Kotlin DSL: Add the following net.sf.testium : testium-selenium-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.testium:testium-selenium-plugin:0.3.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.testium : testium-selenium-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.testium" % "testium-selenium-plugin" % "0.3.40"