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.1.jar download
lunchmoney-1.0.1.pom download
lunchmoney-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.smaugfm</groupId>
  <artifactId>lunchmoney</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.smaugfm:lunchmoney:1.0.1'
Gradle Kotlin
implementation("io.github.smaugfm:lunchmoney:1.0.1")
Scala SBT
libraryDependencies += "io.github.smaugfm" % "lunchmoney" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.smaugfm', module='lunchmoney', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.smaugfm" name="lunchmoney" rev="1.0.1" />
Leiningen
[io.github.smaugfm/lunchmoney "1.0.1"]
Apache Buildr
'io.github.smaugfm:lunchmoney:jar:1.0.1'