MVN

com.avides.springboot.testcontainer : springboot-testcontainer-selenium

Maven & Gradle

Nov 29, 2019
0 stars

springboot-testcontainer-selenium · Selenium test-container

<dependency>
    <groupId>com.avides.springboot.testcontainer</groupId>
    <artifactId>springboot-testcontainer-selenium</artifactId>
    <version>1.0.0-RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avides.springboot.testcontainer : springboot-testcontainer-selenium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RC2
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of com.avides.springboot.testcontainer : springboot-testcontainer-selenium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
springboot-testcontainer-selenium-1.0.0-RC2
springboot-testcontainer-selenium-1.0.0-RC1
0.1.x
springboot-testcontainer-selenium-0.1.0-RC3
springboot-testcontainer-selenium-0.1.0-RC2
springboot-testcontainer-selenium-0.1.0-RC1
0.0.x
springboot-testcontainer-selenium-0.0.1-RC2
springboot-testcontainer-selenium-0.0.1-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avides.springboot.testcontainer</groupId>
    <artifactId>springboot-testcontainer-selenium</artifactId>
    <version>1.0.0-RC2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avides.springboot.testcontainer : springboot-testcontainer-selenium gradle dependency to your build.gradle file:

implementation 'com.avides.springboot.testcontainer:springboot-testcontainer-selenium:1.0.0-RC2'

Gradle Kotlin DSL: Add the following com.avides.springboot.testcontainer : springboot-testcontainer-selenium gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avides.springboot.testcontainer:springboot-testcontainer-selenium:1.0.0-RC2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avides.springboot.testcontainer : springboot-testcontainer-selenium sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avides.springboot.testcontainer" % "springboot-testcontainer-selenium" % "1.0.0-RC2"