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
- For bugs and enhancements, please use Github Issues
- For questions and feedback, please email santhosh.tekuri@gmail.com
User Guide
jlibs-core:
- Garbage Collection & Finalization
- Find OS on which jvm is running
- Counting by Units
- Simple Template Engine