uk-gov-mirror / hmcts.ecm-common

ECM-Common library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecm-common

ECM-Common library

Re-usable features for all ECM Java Projects

Prerequisites

Usage

Just include the library as your dependency.

Building

The project uses Gradle as a build tool but you don't have install it locally since there is a ./gradlew wrapper script.

To build project please execute the following command:

    ./gradlew build

Developing

Coding style tests

To run all checks (including unit tests) please execute the following command:

    ./gradlew check

Repository

ECM-Common

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

ECM-Common library

License:MIT License


Languages

Language:Java 100.0%