safe-image-compose-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.devvura</groupId> <artifactId>safe-image-compose-android</artifactId> <version>1.0.0</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>io.github.devvura</groupId> <artifactId>safe-image-compose-android</artifactId> <version>1.0.0</version> <packaging>aar</packaging> <name>Safe Image Compose</name> <description>A Jetpack Compose library to load images safely with NSFW detection and blurring.</description> <url>https://github.com/devvura/safe-image/</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution> </license> </licenses> <developers> <developer> <id>abdulrahmankhattab</id> <name>Abdulrahman Khattab</name> <url>https://github.com/Abdulrahman-Khattab</url> </developer> <developer> <id>faresmohamed</id> <name>Fares Mohamed</name> <url>https://github.com/FaresM0hamed</url> </developer> <developer> <id>malakraef</id> <name>Malak Raef</name> <url>https://github.com/Malak187</url> </developer> <developer> <id>muhammededrees</id> <name>Muhammed Edrees</name> <url>https://github.com/MuhammedEdrees</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/devvura/safe-image.git</connection> <developerConnection>scm:git:ssh://git@github.com/devvura/safe-image.git</developerConnection> <url>https://github.com/devvura/safe-image/</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-android-jvm</artifactId> <version>3.2.3</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>androidxCoreKtx</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite-metadata</artifactId> <version>0.5.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite-support</artifactId> <version>0.5.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.coil-kt.coil3</groupId> <artifactId>coil-compose-android</artifactId> <version>3.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.coil-kt.coil3</groupId> <artifactId>coil-network-ktor3-android</artifactId> <version>3.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>