All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.k3nder.core.json.libreries.clsf Maven / Gradle / Ivy

package net.k3nder.core.json.libreries;

import com.fasterxml.jackson.annotation.JsonProperty;

public class clsf {
    @JsonProperty("natives-linux")
    public artf linux;
    @JsonProperty("natives-osx")
    public artf osx;
    @JsonProperty("natives-windows")
    public artf windows;
    @JsonProperty("natives-windows-64")
    public artf windows64;

    @JsonProperty("natives-windows-32") public artf nullable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy