Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.francis-pang |
ArtifactId | ArtifactIdexpense-tally-cli |
Version | Version70 |
Type | Typejar |
Filename | Size |
---|---|
expense-tally-cli-70.pom | |
expense-tally-cli-70.jar | 20 KB |
expense-tally-cli-70-sources.jar | 15 KB |
expense-tally-cli-70-javadoc.jar | 130 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>70</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-cli/
implementation 'com.github.francis-pang:expense-tally-cli:70'
// https://jarcasting.com/artifacts/com.github.francis-pang/expense-tally-cli/
implementation ("com.github.francis-pang:expense-tally-cli:70")
'com.github.francis-pang:expense-tally-cli:jar:70'
<dependency org="com.github.francis-pang" name="expense-tally-cli" rev="70">
<artifact name="expense-tally-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.francis-pang', module='expense-tally-cli', version='70')
)
libraryDependencies += "com.github.francis-pang" % "expense-tally-cli" % "70"
[com.github.francis-pang/expense-tally-cli "70"]