org.l33tlabs.twl.pngdecoder
TWL's fast PNGDecoder. This is a subset of the TWL.jar and contains the same classes in the same package.
USAGE: http://wiki.l33tlabs.org/bin/view/TWL/Using+the+TWL+PNGDecoder
| License |
License |
|---|---|
| GroupId | GroupIdorg.l33tlabs.twl |
| ArtifactId | ArtifactIdpngdecoder |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpngdecoder
TWL's fast PNGDecoder. This is a subset of the TWL.jar and contains the same classes in the same package.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pngdecoder-1.0.pom | |
| pngdecoder-1.0.jar | 11 KB |
| pngdecoder-1.0-sources.jar | 6 KB |
| pngdecoder-1.0-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.l33tlabs.twl/pngdecoder/ -->
<dependency>
<groupId>org.l33tlabs.twl</groupId>
<artifactId>pngdecoder</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.l33tlabs.twl/pngdecoder/
implementation 'org.l33tlabs.twl:pngdecoder:1.0'
// https://jarcasting.com/artifacts/org.l33tlabs.twl/pngdecoder/
implementation ("org.l33tlabs.twl:pngdecoder:1.0")
'org.l33tlabs.twl:pngdecoder:jar:1.0'
<dependency org="org.l33tlabs.twl" name="pngdecoder" rev="1.0">
<artifact name="pngdecoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.l33tlabs.twl', module='pngdecoder', version='1.0')
)
libraryDependencies += "org.l33tlabs.twl" % "pngdecoder" % "1.0"
[org.l33tlabs.twl/pngdecoder "1.0"]
TWL's fast PNGDecoder. This is a subset of the TWL.jar and contains the same classes in the same package.
USAGE: http://wiki.l33tlabs.org/bin/view/TWL/Using+the+TWL+PNGDecoder