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