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

htmlcompiler.tools.Json Maven / Gradle / Ivy

package htmlcompiler.tools;

import com.google.gson.Gson;

public enum Json {;

    public static final Gson GSON = new Gson();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy