litho-glide
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.pavlospt</groupId>
<artifactId>litho-glide</artifactId>
<version>1.6</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.pavlospt</groupId>
<artifactId>litho-glide</artifactId>
<version>1.6</version>
<packaging>aar</packaging>
<name>litho-glide</name>
<description>Glide image loading Component for Litho</description>
<url>https://github.com/pavlospt/litho-glide</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>pavlospt</id>
<name>Pavlos-Petros Tournaris</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:pavlospt/litho-glide.git</connection>
<developerConnection>scm:git@github.com:pavlospt/litho-glide.git</developerConnection>
<url>https://github.com/pavlospt/litho-glide</url>
</scm>
<dependencies>
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-annotations</artifactId>
<version>0.28.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-core</artifactId>
<version>0.28.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.fragment</groupId>
<artifactId>fragment</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>