Commons.unkrig.de: Difference between revisions

From unkrig.de
Jump to navigation Jump to search
No edit summary
Line 41: Line 41:
== Download ==
== Download ==


Binaries are available here:
Binaries are available here


     http://commons.unkrig.de/download/
     http://commons.unkrig.de/download/
    http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22de-unkrig-commons%22
, and also through MAVEN:
    <!-- File "pom.xml" of your project. -->
    <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"
    >
        ...
        <dependencies>
            <dependency>
                <groupId>de.unkrig</groupId>
                <artifactId>de-unkrig-commons</artifactId>
                <version>1.1.2</version>
            </dependency>
            ...
        </dependencies>
    </project>


Changes are documented in the [http://commons.unkrig.de/CHANGELOG.txt change log].
Changes are documented in the [http://commons.unkrig.de/CHANGELOG.txt change log].

Revision as of 12:08, 1 September 2015

de.unkrig.commons is a versatile Java™ library that implements many useful container and utility classes

Overview

de.unkrig.commons is structured in several packages who's names are aligned to the related packages in the JDK libraries:

  • de.unkrig.commons.file: Functionality for processing or transforming trees of directories, files, compressed and archive files, and even nested compressed and archive files. Supports more than a dozen compression and archive formats.
  • de.unkrig.commons.io: Functionality around byte streams and readers/writers, e.g. for converting a byte stream into a hex dump, or formatting an XML document

Source Code

The source code is available through SVN:

   https://svn.code.sf.net/p/loggifier/code

Download

Binaries are available here

   http://commons.unkrig.de/download/
   http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22de-unkrig-commons%22

, and also through MAVEN:

   <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"
   >
       ...
       <dependencies>
           <dependency>
               <groupId>de.unkrig</groupId>
               <artifactId>de-unkrig-commons</artifactId>
               <version>1.1.2</version>
           </dependency>
           ...
       </dependencies>
   </project>

Changes are documented in the change log.

API Documentation

JAVADOC is available online:

   http://commons.unkrig.de/javadoc/

License

COMMONS.UNKRIG.DE is published under the "New BSD License".