Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

File metadata and controls

30 lines (21 loc) · 1.07 KB

Spine Change: Protobuf-based types for working with changes in data

Ubuntu build codecov   license

Supported Languages

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

All modules are built with Java 11. Therefore, consumer projects should aim for Java 11+ to use them.

Using Spine Change in a Java Project

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

dependencies {
    compile "io.spine:spine-change:$spineVersion"
}