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

Welcome to the spine-base repository

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

The spine-base module

This module is not supposed to be used directly in an end-user project because it is exposed as an API dependency by core-jvm modules spine-client and spine-server. But if you need to, here is how you add it to your Gradle project:

dependencies {
    implementation("io.spine:spine-base:$version")
}

The spine-format module

This module contains utilities for parsing files in various types like YAML, JSON, binary Protobuf, or Protobuf JSON. This module is used internally by Spine SDK components. If you need it as a direct dependency in your Gradle project, please use the following code:

dependencies {
    implementation("io.spine:spine-format:$version")
}

Language versions

About

The framework's base types and utilities

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-report.md

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages