# v5-fw **Repository Path**: gtfhao/v5-fw ## Basic Information - **Project Name**: v5-fw - **Description**: terasoluna-batch共通fw - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-28 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = TERASOLUNA Batch Framework for Java (5.x) Common Library The common library of TERASOLUNA Batch Framework for Java (5.x) is a library of useful and unobtrusive common functionalities. image:https://img.shields.io/badge/license-Apache_2-blue.svg[License,link=https://www.apache.org/licenses/LICENSE-2.0] == Projects of Common Library All modules included in TERASOLUNA Batch Framework for Java (5.x) Common Library are listed up in the http://terasoluna-batch.github.io/guideline[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: * https://github.com/terasoluna-batch/v5-sample === Using maven Common Library can be downloaded using maven through the following settings in pom.xml file. . Add the following dependency definitions. [source, xml] .pom.xml ---- org.terasoluna.batch terasoluna-batch 5.4.0.RELEASE ---- == How to contribute **Contributing (bug report, pull request, any comments etc.) is welcome !!** Please see the link:CONTRIBUTING.adoc[contributing guideline] for details.