| License |
License |
|---|---|
| GroupId | GroupIdar.com.hjg |
| ArtifactId | ArtifactIdpngj |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPNGJ
Pure Java library for efficient PNG encoding/decoding
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pngj-2.1.0.pom | |
| pngj-2.1.0.jar | 163 KB |
| pngj-2.1.0-sources.jar | 118 KB |
| pngj-2.1.0-javadoc.jar | 533 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ar.com.hjg/pngj/ -->
<dependency>
<groupId>ar.com.hjg</groupId>
<artifactId>pngj</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ar.com.hjg/pngj/
implementation 'ar.com.hjg:pngj:2.1.0'
// https://jarcasting.com/artifacts/ar.com.hjg/pngj/
implementation ("ar.com.hjg:pngj:2.1.0")
'ar.com.hjg:pngj:jar:2.1.0'
<dependency org="ar.com.hjg" name="pngj" rev="2.1.0">
<artifact name="pngj" type="jar" />
</dependency>
@Grapes(
@Grab(group='ar.com.hjg', module='pngj', version='2.1.0')
)
libraryDependencies += "ar.com.hjg" % "pngj" % "2.1.0"
[ar.com.hjg/pngj "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |