| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.francis-pang |
| Идентификатор | Идентификаторexpense-tally |
| Версия | Версия75 |
| Тип | Типpom |
| Описание |
Описаниеcom.github.francis-pang:expense-tally
Expense Tally is an application which tallies the transaction history from Singapore banks against the records
download from Expense Manager database.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| expense-tally-75.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/ -->
<dependency>
<groupId>com.github.francis-pang</groupId>
<artifactId>expense-tally</artifactId>
<version>75</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/
implementation 'com.github.francis-pang:expense-tally:75'
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally/
implementation ("com.github.francis-pang:expense-tally:75")
'com.github.francis-pang:expense-tally:pom:75'
<dependency org="com.github.francis-pang" name="expense-tally" rev="75">
<artifact name="expense-tally" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally', version='75')
)
libraryDependencies += "com.github.francis-pang" % "expense-tally" % "75"
[com.github.francis-pang/expense-tally "75"]