Files download
File Operation
sketch-gif-koral-3.3.2.pom download
sketch-gif-koral-3.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.panpf.sketch3</groupId>
  <artifactId>sketch-gif-koral</artifactId>
  <version>3.3.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.panpf.sketch3:sketch-gif-koral:3.3.2'
Gradle Kotlin
implementation("io.github.panpf.sketch3:sketch-gif-koral:3.3.2")
Scala SBT
libraryDependencies += "io.github.panpf.sketch3" % "sketch-gif-koral" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.panpf.sketch3', module='sketch-gif-koral', version='3.3.2')
)
Apache Ivy
<dependency org="io.github.panpf.sketch3" name="sketch-gif-koral" rev="3.3.2" />
Leiningen
[io.github.panpf.sketch3/sketch-gif-koral "3.3.2"]
Apache Buildr
'io.github.panpf.sketch3:sketch-gif-koral:jar:3.3.2'