Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

File metadata and controls

30 lines (21 loc) · 1.06 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 17. Therefore, consumer projects should aim for Java 17+ to use them.

Using in a Gradle project

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

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