All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brd.sdmx-dl.sdmx-dl-format-kryo.3.0.0-beta.13.source-code.module-info Maven / Gradle / Ivy

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