Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.francis-pang |
ArtifactId | ArtifactIdexpense-tally-cli |
Version | Version59 |
Type | Typejar |
Filename | Size |
---|---|
expense-tally-cli-59.pom | |
expense-tally-cli-59.jar | 16 KB |
expense-tally-cli-59-sources.jar | 13 KB |
expense-tally-cli-59-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-cli/ -->
<dependency>
<groupId>com.github.francis-pang</groupId>
<artifactId>expense-tally-cli</artifactId>
<version>59</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-cli/
implementation 'com.github.francis-pang:expense-tally-cli:59'
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-cli/
implementation ("com.github.francis-pang:expense-tally-cli:59")
'com.github.francis-pang:expense-tally-cli:jar:59'
<dependency org="com.github.francis-pang" name="expense-tally-cli" rev="59">
<artifact name="expense-tally-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally-cli', version='59')
)
libraryDependencies += "com.github.francis-pang" % "expense-tally-cli" % "59"
[com.github.francis-pang/expense-tally-cli "59"]