![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.Source 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!
package sdmxdl;
import nbbrd.design.SealedType;
import sdmxdl.file.FileSource;
import sdmxdl.web.WebSource;
@SealedType({
FileSource.class,
WebSource.class
})
public abstract class Source {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy