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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.l33tlabs.twl |
| Идентификатор | Идентификаторpngdecoder |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpngdecoder
TWL's fast PNGDecoder. This is a subset of the TWL.jar and contains the same classes in the same package.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pngdecoder-1.0.pom | |
| pngdecoder-1.0.jar | 11 KB |
| pngdecoder-1.0-sources.jar | 6 KB |
| pngdecoder-1.0-javadoc.jar | 42 KB |
| Обзор |
<!-- 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