не последняя версия
Последняя версия 1.7

com.github.depsypher:pngtastic 1.5

A pure Java PNG image optimization and manipulation library

Группа

Группа

com.github.depsypher
Идентификатор

Идентификатор

pngtastic
Версия

Версия

1.5
Тип

Тип

jar

Скачать 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"]