no.ssb.jsonstat.v2.DatasetBuildable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-stat-java Show documentation
Show all versions of json-stat-java Show documentation
Json stat implementation in Java
The newest version!
package no.ssb.jsonstat.v2;
public interface DatasetBuildable {
Dataset build();
}