O

OpenImageLib

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
https://github.com/FlyJingFish/OpenImage
The Apache License, Version 2.0
FlyJingFish
文件下载
文件名 操作
OpenImageLib-2.1.9.pom 下载
OpenImageLib-2.1.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.FlyJingFish.OpenImage</groupId>
  <artifactId>OpenImageLib</artifactId>
  <version>2.1.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.FlyJingFish.OpenImage:OpenImageLib:2.1.9'
Gradle Kotlin
implementation("io.github.FlyJingFish.OpenImage:OpenImageLib:2.1.9")
Scala SBT
libraryDependencies += "io.github.FlyJingFish.OpenImage" % "OpenImageLib" % "2.1.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.FlyJingFish.OpenImage', module='OpenImageLib', version='2.1.9')
)
Apache Ivy
<dependency org="io.github.FlyJingFish.OpenImage" name="OpenImageLib" rev="2.1.9" />
Leiningen
[io.github.FlyJingFish.OpenImage/OpenImageLib "2.1.9"]
Apache Buildr
'io.github.FlyJingFish.OpenImage:OpenImageLib:jar:2.1.9'