tapir-selenium
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-selenium</artifactId> <version>4.0.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>tapir-selenium</artifactId> <parent> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-parent</artifactId> <version>4.0.0</version> <relativePath>../../../tapir-parent</relativePath> </parent> <name>${project.groupId}:${project.artifactId}</name> <description>tapir Selenium</description> <url>https://www.tapir-test.io</url> <dependencies> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-annotations</artifactId> </dependency> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-util</artifactId> </dependency> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-core</artifactId> </dependency> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-annotation-processing</artifactId> </dependency> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-bootstrap</artifactId> </dependency> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-ui-api</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-api</artifactId> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-remote-driver</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> </dependency> <dependency> <groupId>org.eclipse.xtext</groupId> <artifactId>org.eclipse.xtext.xbase.lib</artifactId> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-support</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.eclipse.xtext</groupId> <artifactId>org.eclipse.xtext.util</artifactId> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> </dependency> <dependency> <groupId>de.bmiag.tapir</groupId> <artifactId>tapir-page</artifactId> </dependency> <dependency> <groupId>org.eclipse.xtend</groupId> <artifactId>org.eclipse.xtend.lib.macro</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>io.github.bonigarcia</groupId> <artifactId>webdrivermanager</artifactId> </dependency> </dependencies> </project>