is not current version
Last Version 75

com.github.francis-pang:expense-tally 60

Expense Tally is an application which tallies the transaction history from Singapore banks against the records download from Expense Manager database.

GroupId

GroupId

com.github.francis-pang
ArtifactId

ArtifactId

expense-tally
Version

Version

60
Type

Type

pom

Download expense-tally 60

Filename Size
expense-tally-60.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/ -->
<dependency>
    <groupId>com.github.francis-pang</groupId>
    <artifactId>expense-tally</artifactId>
    <version>60</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/
implementation 'com.github.francis-pang:expense-tally:60'
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/
implementation ("com.github.francis-pang:expense-tally:60")
'com.github.francis-pang:expense-tally:pom:60'
<dependency org="com.github.francis-pang" name="expense-tally" rev="60">
  <artifact name="expense-tally" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally', version='60')
)
libraryDependencies += "com.github.francis-pang" % "expense-tally" % "60"
[com.github.francis-pang/expense-tally "60"]