/money

Currency and money data types and operations

Primary LanguageKotlinApache License 2.0Apache-2.0

Spine Money: Protobuf-based money types

Ubuntu build codecov   license

This library provides Protobuf definition for Currency and Money types, and utilities for working with monetary.

Experimental

This library has experimental status, which means its API is likely to change in the near future.

Supported Languages

Currently, the library supports only Java, with JavaScript and Dart being on the priority list.

Adding to a Gradle Project

To add a dependency to a Gradle project, please use the following:

dependencies {
    implementation("io.spine:spine-money:$version") 
}