MVN

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

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 75

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement