![JAR search and dependency download from the Maven repository](/logo.png)
sdmxdl.web.WebSources 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.web;
import sdmxdl.HasPersistence;
import java.util.List;
@lombok.Value
@lombok.Builder(toBuilder = true)
public class WebSources implements HasPersistence {
public static final WebSources EMPTY = WebSources.builder().build();
@lombok.NonNull
@lombok.Singular
List sources;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy