brd.sdmx-dl.sdmx-dl-format-kryo.3.0.0-beta.13.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdmx-dl-format-kryo Show documentation
Show all versions of sdmx-dl-format-kryo Show documentation
Easily download official statistics - Kryo
The newest version!
import sdmxdl.format.kryo.KryoPersistence;
import sdmxdl.ext.Persistence;
module sdmxdl.format.kryo {
requires static lombok;
requires static nbbrd.design;
requires static nbbrd.service;
requires static org.checkerframework.checker.qual;
requires transitive sdmxdl.format.base;
requires transitive com.esotericsoftware.kryo.kryo5;
exports sdmxdl.format.kryo;
provides Persistence with KryoPersistence;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy