tis.ratis-thirdparty-misc.1.0.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ratis-thirdparty-misc
Show all versions of ratis-thirdparty-misc
Miscellaneous thirdparty dependencies for Apache Ratis
/**
* Defines the Gson serialization/deserialization API.
* @since 2.8.6
*/
module org.apache.ratis.thirdparty.com.google.gson {
exports org.apache.ratis.thirdparty.com.google.gson;
exports org.apache.ratis.thirdparty.com.google.gson.annotations;
exports org.apache.ratis.thirdparty.com.google.gson.reflect;
exports org.apache.ratis.thirdparty.com.google.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