Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 884 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 884 Bytes

JDemetra+ v3 - examples extensions

This repository contains Java examples of how to use the JDemetra+ v3 libraries.

Developing

This project is written in Java and uses Apache Maven as a build tool.
It requires Java 17 as minimum version and all its dependencies are hosted on Maven Central.

The code can be build using any IDE or by just type-in the following commands in a terminal:

git clone https://github.com/jdemetra/jdplus-examples.git
cd jdplus-examples
mvn clean install

Contributing

Any contribution is welcome and should be done through pull requests and/or issues.

Licensing

The code of this project is licensed under the European Union Public Licence (EUPL).