Download selendroid-client-0.9.0.jar file

Introduction

You can download selendroid-client-0.9.0.jar in this page.

License

Open Source

Type List

selendroid-client-0.9.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.selendroid/selendroid-client/pom.properties
META-INF/maven/io.selendroid/selendroid-client/pom.xml
README.md
io.selendroid.AdbSupport.class
io.selendroid.Configuration.class
io.selendroid.DriverCommand.class
io.selendroid.ScreenBrightness.class
io.selendroid.SelendroidCommandExecutor.class
io.selendroid.SelendroidDriver.class
io.selendroid.SelendroidKeys.class
io.selendroid.adb.AdbConnection.class
io.selendroid.waiter.TestWaiter.class
io.selendroid.waiter.WaitingConditions.class

Pom

selendroid-client-0.9.0.pom file content.

<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>
	<parent>
		<groupId>io.selendroid</groupId>
		<artifactId>selendroid</artifactId>
		<version>0.9.0</version>
	</parent>
	<artifactId>selendroid-client</artifactId>
	<name>selendroid-client</name>
	<packaging>jar</packaging>
	<dependencies>
		<dependency>
			<groupId>org.seleniumhq.selenium</groupId>
			<artifactId>selenium-java</artifactId>
		</dependency>
		<dependency>
			<groupId>io.selendroid</groupId>
			<artifactId>selendroid-common</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
	<build>
		<sourceDirectory>src/main/java</sourceDirectory>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
		</plugins>
		<resources>
			<resource>
				<directory>../</directory>
				<filtering>false</filtering>
				<includes>
					<include>LICENSE</include>
					<include>README.md</include>
				</includes>
			</resource>
		</resources>
	</build>
</project>

POM Entry

<dependency>
   <groupId>io.selendroid</groupId>
   <artifactId>selendroid-client</artifactId>
   <version>0.9.0</version>
</dependency>

Download

If you think the following selendroid-client-0.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download selendroid-client-0.9.0.jar file




PreviousNext

Related