imagepipeline-okhttp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-okhttp</artifactId>
<version>2.2.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>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-okhttp</artifactId>
<version>2.2.0</version>
<packaging>aar</packaging>
<name>ImagePipeline-OkHttp Integration</name>
<description>An integration library to use OkHttp as the networking layer in ImagePipeline</description>
<url>https://github.com/facebook/fresco</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>facebook</id>
<name>Facebook</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/facebook/fresco.git</connection>
<developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
<url>https://github.com/facebook/fresco.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.7.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>fbcore</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-native</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>memory-type-ashmem</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>memory-type-native</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>memory-type-java</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>