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

glowroot-agent.0.14.0-beta.3.source-code.module-info Maven / Gradle / Ivy

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

	requires transitive java.sql;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy