![JAR search and dependency download from the Maven repository](/logo.png)
brd.sdmx-dl.sdmx-dl-api.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-api Show documentation
Show all versions of sdmx-dl-api Show documentation
Easily download official statistics - API
The newest version!
import sdmxdl.ext.Persistence;
import sdmxdl.file.spi.FileCaching;
import sdmxdl.file.spi.Reader;
import sdmxdl.web.spi.*;
module sdmxdl.api {
requires static lombok;
requires static nbbrd.design;
requires static nbbrd.service;
requires static org.checkerframework.checker.qual;
requires java.logging;
exports sdmxdl;
exports sdmxdl.ext;
exports sdmxdl.file;
exports sdmxdl.file.spi;
exports sdmxdl.web;
exports sdmxdl.web.spi;
uses FileCaching;
uses Reader;
uses Networking;
uses Authenticator;
uses WebCaching;
uses Driver;
uses Monitor;
uses Persistence;
uses Registry;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy