is not current version
Last Version 1.11.0

com.linecorp:apng 1.10.0

Fast and light weight Animated Portable Network Graphics(APNG) image decoder library for Android platform

GroupId

GroupId

com.linecorp
ArtifactId

ArtifactId

apng
Version

Version

1.10.0
Type

Type

aar

Download apng 1.10.0


<!-- https://jarcasting.com/artifacts/com.linecorp/apng/ -->
<dependency>
    <groupId>com.linecorp</groupId>
    <artifactId>apng</artifactId>
    <version>1.10.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp/apng/
implementation 'com.linecorp:apng:1.10.0'
// https://jarcasting.com/artifacts/com.linecorp/apng/
implementation ("com.linecorp:apng:1.10.0")
'com.linecorp:apng:aar:1.10.0'
<dependency org="com.linecorp" name="apng" rev="1.10.0">
  <artifact name="apng" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp', module='apng', version='1.10.0')
)
libraryDependencies += "com.linecorp" % "apng" % "1.10.0"
[com.linecorp/apng "1.10.0"]