com.google.gson.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
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 java.sql;
}