All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lormor.banking.parse.StatementParsers Maven / Gradle / Ivy

The newest version!
package com.lormor.banking.parse;

public class StatementParsers {

    public static StatementParser santanderCreditCardStatementParser() {
        return new SantanderCreditStatementParser();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy