jar

io.github.clormor : santander-parser

Maven & Gradle

Feb 21, 2019

Santander Parser · Library for parsing UK Santander bank and credit card statements

Table Of Contents

Latest Version

Download io.github.clormor : santander-parser JAR file - Latest Versions:

All Versions

Download io.github.clormor : santander-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
'0.4.x
0.6.x
0.5.x
0.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window santander-parser-0.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lormor.banking.expense.rules

├─ com.lormor.banking.expense.rules.AmountMatchesRule.class - [JAR]

├─ com.lormor.banking.expense.rules.ExpenseRules.class - [JAR]

com.lormor.banking.parse

├─ com.lormor.banking.parse.AbstractStatementParser.class - [JAR]

├─ com.lormor.banking.parse.ImmutableParseResult.class - [JAR]

├─ com.lormor.banking.parse.NotValidStatementException.class - [JAR]

├─ com.lormor.banking.parse.ParseResult.class - [JAR]

├─ com.lormor.banking.parse.SantanderCreditStatementParser.class - [JAR]

├─ com.lormor.banking.parse.StatementParser.class - [JAR]

├─ com.lormor.banking.parse.StatementParsers.class - [JAR]

com.lormor.banking.expense

├─ com.lormor.banking.expense.Expense.class - [JAR]

├─ com.lormor.banking.expense.ImmutableExpense.class - [JAR]

├─ com.lormor.banking.expense.NotValidExpenseException.class - [JAR]

com.lormor.banking.categorise

├─ com.lormor.banking.categorise.CategoriseResult.class - [JAR]

├─ com.lormor.banking.categorise.DefaultStatementCategoriser.class - [JAR]

├─ com.lormor.banking.categorise.ImmutableCategoriseResult.class - [JAR]

├─ com.lormor.banking.categorise.StatementCategoriser.class - [JAR]

├─ com.lormor.banking.categorise.StatementCategorisers.class - [JAR]

Advertisement