| GroupId | GroupIdcom.github.francis-pang | 
|---|---|
| ArtifactId | ArtifactIdexpense-tally | 
| Version | Version68 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| expense-tally-68.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/ -->
<dependency>
    <groupId>com.github.francis-pang</groupId>
    <artifactId>expense-tally</artifactId>
    <version>68</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/
implementation 'com.github.francis-pang:expense-tally:68'// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/
implementation ("com.github.francis-pang:expense-tally:68")'com.github.francis-pang:expense-tally:pom:68'<dependency org="com.github.francis-pang" name="expense-tally" rev="68">
  <artifact name="expense-tally" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally', version='68')
)libraryDependencies += "com.github.francis-pang" % "expense-tally" % "68"[com.github.francis-pang/expense-tally "68"]