openimage-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.flyjingfish</groupId> <artifactId>openimage-base</artifactId> <version>2.4.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- 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.flyjingfish</groupId> <artifactId>openimage-base</artifactId> <version>2.4.5</version> <packaging>aar</packaging> <name>OpenImage</name> <description>Your own low-intrusive large image viewer, high imitation WeChat perfect transition animation, supports custom video players, and can also customize the kernel for loading pictures, such as Glide, Picasso or others</description> <url>https://github.com/FlyJingFish/OpenImage</url> <inceptionYear>2022</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>FlyJingFish</id> <name>FlyJingFish</name> <email>749617782@qq.com</email> </developer> </developers> <scm> <connection>https://github.com/FlyJingFish/OpenImage.git</connection> <developerConnection>https://github.com/FlyJingFish/OpenImage.git</developerConnection> <url>https://github.com/FlyJingFish/OpenImage</url> </scm> <dependencies> <dependency> <groupId>io.github.flyjingfish</groupId> <artifactId>shapeimageview</artifactId> <version>1.5.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.23</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.9.23</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.viewpager2</groupId> <artifactId>viewpager2</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>