| GroupId | GroupIdcom.github.francis-pang | 
|---|---|
| ArtifactId | ArtifactIdexpense-tally-reconciliator | 
| Version | Version61 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-reconciliator/ -->
<dependency>
    <groupId>com.github.francis-pang</groupId>
    <artifactId>expense-tally-reconciliator</artifactId>
    <version>61</version>
</dependency>// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-reconciliator/
implementation 'com.github.francis-pang:expense-tally-reconciliator:61'// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-reconciliator/
implementation ("com.github.francis-pang:expense-tally-reconciliator:61")'com.github.francis-pang:expense-tally-reconciliator:jar:61'<dependency org="com.github.francis-pang" name="expense-tally-reconciliator" rev="61">
  <artifact name="expense-tally-reconciliator" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally-reconciliator', version='61')
)libraryDependencies += "com.github.francis-pang" % "expense-tally-reconciliator" % "61"[com.github.francis-pang/expense-tally-reconciliator "61"]