glowroot-agent-it-harness.0.14.0-beta.3.source-code.module-info Maven / Gradle / Ivy
/**
* Defines the Gson serialization/deserialization API.
* @since 2.8.6
*/
module org.glowroot.agent.it.harness.shaded.com.google.gson {
exports org.glowroot.agent.it.harness.shaded.com.google.gson;
exports org.glowroot.agent.it.harness.shaded.com.google.gson.annotations;
exports org.glowroot.agent.it.harness.shaded.com.google.gson.reflect;
exports org.glowroot.agent.it.harness.shaded.com.google.gson.stream;
requires transitive java.sql;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy