l

lunchmoney

Non-blocking client for Lunchmoney developer API
https://github.com/smaugfm/lunchmoney
MIT License
Dmytro Marchuk
Files download
File Operation
lunchmoney-1.0.2.jar download
lunchmoney-1.0.2.pom download
lunchmoney-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.smaugfm</groupId>
  <artifactId>lunchmoney</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.smaugfm:lunchmoney:1.0.2'
Gradle Kotlin
implementation("io.github.smaugfm:lunchmoney:1.0.2")
Scala SBT
libraryDependencies += "io.github.smaugfm" % "lunchmoney" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.smaugfm', module='lunchmoney', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.smaugfm" name="lunchmoney" rev="1.0.2" />
Leiningen
[io.github.smaugfm/lunchmoney "1.0.2"]
Apache Buildr
'io.github.smaugfm:lunchmoney:jar:1.0.2'