http-client-phantomjs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.bogdanovmn.httpclient.phantomjs</groupId>
<artifactId>http-client-phantomjs</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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.bogdanovmn.httpclient</groupId>
<artifactId>http-client-meta</artifactId>
<version>3.1.0</version>
</parent>
<groupId>com.github.bogdanovmn.httpclient.phantomjs</groupId>
<artifactId>http-client-phantomjs</artifactId>
<version>3.1.0</version>
<name>HTTP client framework (PhantomJS)</name>
<description>HTTP client framework</description>
<url>http://github.com/bogdanovmn/java-http-client</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Mikhail N Bogdanov</name>
<email>bogdanovmn@gmail.com</email>
<organization>Open source</organization>
<organizationUrl>http://github.com/bogdanovmn/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/bogdanovmn/java-http-client.git</connection>
<developerConnection>scm:git:ssh://github.com:bogdanovmn/java-http-client.git</developerConnection>
<url>http://github.com/bogdanovmn/java-http-client</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.bogdanovmn.httpclient.core</groupId>
<artifactId>http-client-core</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</dependency>
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>phantomjsdriver</artifactId>
</dependency>
</dependencies>
</project>