is not current version
Last Version 0.13

im.bci:pngdecoder 0.12

Java PNG decoder

GroupId

GroupId

im.bci
ArtifactId

ArtifactId

pngdecoder
Version

Version

0.12
Type

Type

jar

Download pngdecoder 0.12


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