Download pngj-2.0.1.jar file - Jar p

Jar examples for p:pngj

Description

Pure Java library for efficient PNG encoding/decoding

You can download jar file pngj 2.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add pngj-2.0.1.jar to your project.

<dependency>
   <groupId>ar.com.hjg</groupId>
   <artifactId>pngj</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'ar.com.hjg', name: 'pngj', version: '2.0.1'
libraryDependencies += "ar.com.hjg" % "pngj" % "2.0.1"
<dependency org="ar.com.hjg" name="pngj" rev="2.0.1"/>
@Grapes(@Grab(group='ar.com.hjg', module='pngj', version='2.0.1'))
'ar.com.hjg:pngj:jar:2.0.1'

Download

Click the following link to download the jar file.

pngj-2.0.1-javadoc.jar
pngj-2.0.1-sources.jar
pngj-2.0.1.jar
pngj-2.0.1.pom



Related Tutorials