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

gson.gson.2.10.1.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
/**
 * Defines the Gson serialization/deserialization API.
 * @since 2.8.6
 */
module com.firework.gson {
	exports com.firework.gson;
	exports com.firework.gson.annotations;
	exports com.firework.gson.reflect;
	exports com.firework.gson.stream;

	// Optional dependency on java.sql
	requires static java.sql;

	// Optional dependency on jdk.unsupported for JDK's sun.misc.Unsafe
	requires static jdk.unsupported;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy