Skip to content

Brinvex-Util-Amundi is a compact Java library which enables developers to easily extract and work with data from Amundi reports.

License

Notifications You must be signed in to change notification settings

brinvex/brinvex-util-amundi

Repository files navigation

Brinvex-Util-Amundi

Introduction

Brinvex-Util-Amundi is a compact Java library which enables developers to easily extract and work with data from Amundi reports.

Maven dependency

<properties>
     <brinvex-util-amundi.version>1.4.3</brinvex-util-amundi.version>
</properties>

<repository>
    <id>repository.brinvex</id>
    <name>Brinvex Repository</name>
    <url>https://github.com/brinvex/brinvex-repo/raw/main/</url>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

<dependency>
    <groupId>com.brinvex.util</groupId>
    <artifactId>brinvex-util-amundi-api</artifactId>
    <version>${brinvex-util-amundi.version}</version>
</dependency>
<dependency>
    <groupId>com.brinvex.util</groupId>
    <artifactId>brinvex-util-amundi-impl</artifactId>
    <version>${brinvex-util-amundi.version}</version>
    <scope>runtime</scope>
</dependency>

Example

AmndParser parser = AmundiService.create();
parser.parseTransactionStatements(...); 

Recommendations

If using within Spring ecosystem, consider to exclude commons-logging.

Requirements

  • Java 21 or above

License

  • The Brinvex-Util-Amundi is released under version 2.0 of the Apache License.

About

Brinvex-Util-Amundi is a compact Java library which enables developers to easily extract and work with data from Amundi reports.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published