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

net.kender.core.Json.libreries.clsf Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package net.kender.core.Json.libreries;

import com.fasterxml.jackson.annotation.JsonIgnore;
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