core-httpclient-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.eyeofcloud.ab</groupId> <artifactId>core-httpclient-impl</artifactId> <version>3.1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.eyeofcloud.ab</groupId> <artifactId>core-httpclient-impl</artifactId> <version>3.1.3</version> <dependencies> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.eyeofcloud.ab</groupId> <artifactId>core-api</artifactId> <version>3.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.13</version> <scope>compile</scope> </dependency> <dependency> <groupId>cz.msebera.android</groupId> <artifactId>httpclient</artifactId> <version>4.5.8</version> <scope>compile</scope> </dependency> </dependencies> <name>Eyeofcloud Java SDK: Httpclient</name> <url>https://github.com/eyeofcloud/java-sdk</url> <description>The Java SDK for Eyeofcloud Feature Experimentation, Eyeofcloud Full Stack (legacy), and Eyeofcloud Rollouts</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>eyeofcloud</id> <name>Eyeofcloud</name> <email>eyeofcloud-fullstack@eyeofcloud.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/eyeofcloud/java-sdk.git</connection> <developerConnection>scm:git:ssh:github.com/eyeofcloud/java-sdk.git</developerConnection> <url>https://github.com/eyeofcloud/java-sdk.git</url> </scm> </project>