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

.gerrit_rest_java_client.gerrit-rest-java-client-shaded.0.9.4.0.source-code.module-info Maven / Gradle / Ivy

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

	requires transitive java.sql;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy