MVN

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

Maven & Gradle

Jun 06, 2022
0 stars
<dependency>
    <groupId>com.github.francis-pang</groupId>
    <artifactId>expense-tally-cli</artifactId>
    <version>75</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.francis-pang : expense-tally-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 75

All Versions

Choose a version of com.github.francis-pang : expense-tally-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
75
expense-tally-cli-75
74
expense-tally-cli-74
73
expense-tally-cli-73
72
expense-tally-cli-72
71
expense-tally-cli-71
70
expense-tally-cli-70
69
expense-tally-cli-69
68
expense-tally-cli-68
67
expense-tally-cli-67
66
expense-tally-cli-66
65
expense-tally-cli-65
64
expense-tally-cli-64
63
expense-tally-cli-63
61
expense-tally-cli-61
60
expense-tally-cli-60
59
expense-tally-cli-59
58
expense-tally-cli-58
56
expense-tally-cli-56
55
expense-tally-cli-55

How to add a dependency to Maven

Add the following com.github.francis-pang : expense-tally-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.francis-pang</groupId>
    <artifactId>expense-tally-cli</artifactId>
    <version>75</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.francis-pang : expense-tally-cli gradle dependency to your build.gradle file:

implementation 'com.github.francis-pang:expense-tally-cli:75'

Gradle Kotlin DSL: Add the following com.github.francis-pang : expense-tally-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.francis-pang:expense-tally-cli:75")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.francis-pang : expense-tally-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.francis-pang" % "expense-tally-cli" % "75"

Advertisement