This repository contains common data types and utilities used by the Spine SDK subprojects (e.g. core-java).
Spine Base is not supposed to be used directly in an end-user project. But if you need to, here's how you add it to your Gradle project:
dependencies {
implementation("io.spine:spine-base:$version")
}
Starting version 2.0.0-SNAPSHOT.78
, the modules in this repository are built with Java 11.
Prior versions, including all 1.x
versions were assembled with Java 8.