ext-selenium_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.japgolly.test-state</groupId>
<artifactId>ext-selenium_3</artifactId>
<version>3.1.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.japgolly.test-state</groupId>
<artifactId>ext-selenium_3</artifactId>
<packaging>jar</packaging>
<description>extSelenium</description>
<url>https://github.com/japgolly/test-state</url>
<version>3.1.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>extSelenium</name>
<inceptionYear>2016</inceptionYear>
<organization>
<name>com.github.japgolly.test-state</name>
<url>https://github.com/japgolly/test-state</url>
</organization>
<scm>
<connection>scm:git:github.com/japgolly/test-state</connection>
<developerConnection>scm:git:git@github.com:japgolly/test-state.git</developerConnection>
<url>github.com:japgolly/test-state.git</url>
</scm>
<developers>
<developer>
<id>japgolly</id>
<name>David Barri</name>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.github.japgolly.test-state</groupId>
<artifactId>core_3</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.github.japgolly.test-state</groupId>
<artifactId>util-selenium_3</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest_3</artifactId>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.japgolly.microlibs</groupId>
<artifactId>test-util_3</artifactId>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>3.141.59</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-driver</artifactId>
<version>3.141.59</version>
</dependency>
</dependencies>
</project>