This library provides Protobuf definition for Currency
and Money
types, and
utilities for working with monetary.
This library has experimental status, which means its API is likely to change in the near future.
Currently, the library supports only Java, with JavaScript and Dart being on the priority list.
To add a dependency to a Gradle project, please use the following:
dependencies {
implementation("io.spine:spine-money:$version")
}