joseadp / tma-utils

Component that contains classes that will be used by other components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is DEPRECATED! The development continues in the ATMOSPHERE project

TMA-Utils Library

Main dependency to use during the development of the containers of the TMA Framework.

Prerequisites

You need maven to build this project.

If you cannot install maven in your system, you should use the docker image available at libraries. In this case, docker is mandatory.

Build

To build the library, you need to run the following command.

mvn clean install

Note: As an alternative, you can take advantage of the libraries docker image to ease your deployment.

Usage

To use the tma-utils in the development of your component, you just need to include the library in your maven project, using the code below.

<dependency>
    <groupId>eubr.atmosphere.tma</groupId>
    <artifactId>tma-utils</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

About

Component that contains classes that will be used by other components


Languages

Language:Java 96.6%Language:Dockerfile 3.1%Language:Shell 0.3%