| Categories | CategoriesCSV Data Data Formats | 
|---|---|
| GroupId | GroupIdcom.github.francis-pang | 
| ArtifactId | ArtifactIdexpense-tally-csv-parser | 
| Version | Version60 | 
| Type | Typejar | 
<!-- 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>60</version>
</dependency>// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-csv-parser/
implementation 'com.github.francis-pang:expense-tally-csv-parser:60'// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-csv-parser/
implementation ("com.github.francis-pang:expense-tally-csv-parser:60")'com.github.francis-pang:expense-tally-csv-parser:jar:60'<dependency org="com.github.francis-pang" name="expense-tally-csv-parser" rev="60">
  <artifact name="expense-tally-csv-parser" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally-csv-parser', version='60')
)libraryDependencies += "com.github.francis-pang" % "expense-tally-csv-parser" % "60"[com.github.francis-pang/expense-tally-csv-parser "60"]