Download pngj-2.1.0.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.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

pngj-2.1.0-javadoc.jar
pngj-2.1.0-sources.jar
pngj-2.1.0.jar
pngj-2.1.0.pom



Related Tutorials