This repository is DEPRECATED! The development continues in the ATMOSPHERE project
Main dependency to use during the development of the containers of the TMA Framework.
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.
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.
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>