MVN

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

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 75

All Versions

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

Version Vulnerabilities Updated
75
expense-tally-base-75
74
expense-tally-base-74
73
expense-tally-base-73
72
expense-tally-base-72
71
expense-tally-base-71
70
expense-tally-base-70
69
expense-tally-base-69
68
expense-tally-base-68
67
expense-tally-base-67
66
expense-tally-base-66
65
expense-tally-base-65
64
expense-tally-base-64
63
expense-tally-base-63

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement