Skip to content

Non-blocking JVM client for Lunchmoney developer API

License

Notifications You must be signed in to change notification settings

smaugfm/lunchmoney

Repository files navigation

lunchmoney

Maven Central License

Non-blocking client for Lunchmoney developer API for JVM-based languages.

Installation

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.smaugfm:lunchmoney:1.0.2")
}

Info

Written in Kotlin but without using suspending functions and coroutines for better interoperability with Java.