![JAR search and dependency download from the Maven repository](/logo.png)
no.ssb.jsonstat.v2.Collection 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;
import no.ssb.jsonstat.JsonStat;
/**
* Created by hadrien on 07/06/16.
*/
public class Collection extends JsonStat {
public Collection() {
super(Version.TWO, Class.COLLECTION);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy