is not current version
Last Version 1.7

com.github.depsypher:pngtastic 1.5

A pure Java PNG image optimization and manipulation library

GroupId

GroupId

com.github.depsypher
ArtifactId

ArtifactId

pngtastic
Version

Version

1.5
Type

Type

jar

Download pngtastic 1.5


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