cloudinary-android-ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cloudinary</groupId> <artifactId>cloudinary-android-ui</artifactId> <version>3.1.1</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 https://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.cloudinary</groupId> <artifactId>cloudinary-android-ui</artifactId> <version>3.1.1</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>com.cloudinary</groupId> <artifactId>cloudinary-android-core</artifactId> <version>3.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.cloudinary</groupId> <artifactId>cloudinary-android-preprocess</artifactId> <version>3.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media3</groupId> <artifactId>media3-exoplayer</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media3</groupId> <artifactId>media3-exoplayer-dash</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media3</groupId> <artifactId>media3-exoplayer-hls</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media3</groupId> <artifactId>media3-ui</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> </dependencies> <name>Cloudinary Android UI Library</name> <description>Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website's graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.</description> <url>http://github.com/cloudinary/cloudinary_android</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>cloudinary</id> <name>Cloudinary</name> <email>info@cloudinary.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/cloudinary/cloudinary_android.git</connection> <developerConnection>scm:git:git@github.com:cloudinary/cloudinary_android.git</developerConnection> <url>http://github.com/cloudinary/cloudinary_android</url> </scm> </project>