browser-proxy-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.detro</groupId>
<artifactId>browser-proxy-client</artifactId>
<version>0.0.3</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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.detro</groupId>
<artifactId>browser-proxy-client</artifactId>
<version>0.0.3</version>
<name>BrowserMob Proxy Client</name>
<description>Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API</description>
<url>https://github.com/detro/browsermob-proxy-client</url>
<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://github.com/detro/jsonconf/blob/master/LICENSE.BSD</url>
</license>
</licenses>
<developers>
<developer>
<id>detro</id>
<name>Ivan De Marino</name>
<email>detronizator@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/detro/browsermob-proxy-client.git</connection>
<developerConnection>git@github.com:detro/browsermob-proxy-client.git</developerConnection>
<url>https://github.com/detro/browsermob-proxy-client</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>0.9.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.40.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.8</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>