pm.extension.camunda-bpm-identity-keycloak-run.2.2.3.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 camunda-bpm-identity-keycloak-run Show documentation
Show all versions of camunda-bpm-identity-keycloak-run Show documentation
Camunda Keycloak Identity Provider Plugin for Camunda BPM Run
The newest version!
/**
* Defines the Gson serialization/deserialization API.
* @since 2.8.6
*/
module com.google.gson {
exports com.google.gson;
exports com.google.gson.annotations;
exports com.google.gson.reflect;
exports com.google.gson.stream;
requires transitive java.sql;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy