License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdcom.github.francis-pang |
ArtifactId | ArtifactIdexpense-tally-csv-parser |
Last Version | Last Version75 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpense Tally is an application which tallies the transaction history from Singapore banks against the records
download from Expense Manager database.
|
<!-- https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-csv-parser/ -->
<dependency>
<groupId>com.github.francis-pang</groupId>
<artifactId>expense-tally-csv-parser</artifactId>
<version>75</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-csv-parser/
implementation 'com.github.francis-pang:expense-tally-csv-parser:75'
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-csv-parser/
implementation ("com.github.francis-pang:expense-tally-csv-parser:75")
'com.github.francis-pang:expense-tally-csv-parser:jar:75'
<dependency org="com.github.francis-pang" name="expense-tally-csv-parser" rev="75">
<artifact name="expense-tally-csv-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally-csv-parser', version='75')
)
libraryDependencies += "com.github.francis-pang" % "expense-tally-csv-parser" % "75"
[com.github.francis-pang/expense-tally-csv-parser "75"]
Group / Artifact | Type | Version |
---|---|---|
com.github.francis-pang : expense-tally-model | jar | 75 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.9.0-M1 |
org.mockito : mockito-core | jar | 4.6.0 |
org.mockito : mockito-inline | jar | 4.6.0 |
org.assertj : assertj-core | jar | 3.22.0 |