TERASOLUNA Batch Framework for Java (5.x) Common Library
Projects of Common Library
All modules included in TERASOLUNA Batch Framework for Java (5.x) Common Library are listed up in the development guideline.
Getting Started
Using as a part of Template Blank Project
In order to start using the common libaries, start with downloading Template Blank Project. Blank project already contains dependecies defined for TERASOLUNA Batch Framework for Java (5.x) Common Library. Template Blank Projects are available from the following links:
Using maven
Common Library can be downloaded using maven through the following settings in pom.xml file.
-
Add the following dependency definitions.
<dependency>
<groupId>org.terasoluna.batch</groupId>
<artifactId>terasoluna-batch</artifactId>
<version>5.5.0.RELEASE</version>
</dependency>
How to contribute
Contributing (bug report, pull request, any comments etc.) is welcome !! Please see the contributing guideline for details.