Skip to content

The framework's base types and utilities

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-report.md
Notifications You must be signed in to change notification settings

SpineEventEngine/base

Repository files navigation

Ubuntu build codecov   license

Spine Base

This repository contains common data types and utilities used by the Spine SDK subprojects (e.g. core-java).

Adding to a Gradle project

Spine Base is not supposed to be used directly in 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")
}

Java Support

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.