Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.55 KB

FinTx Parent Project

Maven Central GitHub release Apache 2 Join the chat at https://gitter.im/fintx/fintx-parent Build Status Coverage Status Dependency Status

FinTx[1]

What's is FinTx?

FinTx is an open source group focus on financial technologies.

What's is fintx-parent

fintx-parent is parent maven[2] project for all fintx projects.

Using

This is something that you get for free just by adding the following dependency inside your project:

<dependency>
    <groupId>org.fintx</groupId>
    <artifactId>fintx-parent</artifactId>
    <version>${latest.version></version>
</dependency>

[1] FinTx https://www.fintx.org/
[2] Maven https://maven.apache.org/