Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.01 KB

Spine Chords Proto Values

Introduces some Protobuf message types that complement the ones available in the spine-base library, as well as Kotlin extensions for Protobuf messages declared in spine-base library.

Using Spine Chords Proto Values in a Gradle project

Add a dependency to the library as follows:

dependencies {
    implementation("io.spine.chords:spine-chords-proto-values:$chordsVersion")
}

Overview of library's facilities

The library introduces Protobuf messages that represent such concepts as IP addresses, payment card numbers and bank accounts, as well as some Kotlin extensions for these and other existing types like Money, Timestamp, PersonName, etc.