Download pngdecoder-1.0.jar file

Introduction

You can download pngdecoder-1.0.jar in this page.

License

Modified BSD license

Type List

pngdecoder-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.l33tlabs.twl/pngdecoder/pom.properties
META-INF/maven/org.l33tlabs.twl/pngdecoder/pom.xml
de.matthiasmann.twl.utils.PNGDecoder.class

Pom

pngdecoder-1.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.l33tlabs.twl</groupId>
    <artifactId>pngdecoder</artifactId>
    <version>1.0</version>
    <packaging>jar</packaging>
    <name>pngdecoder</name>
    <url>http://maven.apache.org</url>
    <description>TWL's fast PNGDecoder. This is a subset of the TWL.jar and contains the same classes in the same package.</description>
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <licenses>
        <license>
            <name>Modified BSD license</name>
            <url>http://hg.l33tlabs.org/twl/file/tip/src/de/matthiasmann/twl/license.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/iamtakingiteasy/org.l33tlabs.twl.pngdecoder.git</url>
        <connection>scm:git:git@github.com:iamtakingiteasy/org.l33tlabs.twl.pngdecoder.git</connection>
        <developerConnection>scm:git:git@github.com:iamtakingiteasy/org.l33tlabs.twl.pngdecoder.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>matthias_mann</id>
            <name>Matthias Mann</name>
        </developer>
    </developers>
</project>

POM Entry

<dependency>
   <groupId>org.l33tlabs.twl</groupId>
   <artifactId>pngdecoder</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following pngdecoder-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download pngdecoder-1.0.jar file




PreviousNext

Related