MVN

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

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 75

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement