View on GitHub

JLibs

Common Utilities for Java

This project is licensed under the terms of the Apache License, Version 2.0

Maven

<dependency>
    <groupId>in.jlibs</groupId>
    <artifactId>jlibs-XXX</artifactId>
    <version>2.2.3</version>
</dependency> 

replace jlibs-XXX with the module you want to use. For example: jlibs-xmldog

Build

the toolchains.xml file (see below) should be put in $user.home/.m2 directory

<?xml version="1.0" encoding="UTF8"?>
<toolchains>
    <toolchain>
        <type>jdk</type>
        <provides>
            <version>1.8</version>
        </provides>
        <configuration>
            <jdkHome>/path/to/jdk/1.8</jdkHome>
        </configuration>
    </toolchain>
</toolchains>

modify jdkPath in above xml appropriately

to build:

$ git clone https://github.com/santhosh-tekuri/jlibs.git
$ cd jlibs
$ mvn

after successful build, you can find distribution at distribution/target/jlibs-2.2.3

Feedback and Collaboration

User Guide

jlibs-core:

jlibs-i18n:

jlibs-xml:

jlibs-xml-nbpi:

jlibs-xml-cralwer:

jlibs-xml-binding:

jlibs-xsd:

jlibs-xmldog:

jlibs-jdbc: