module io.gitlab.jfronny.commons.gson { uses io.gitlab.jfronny.commons.serialize.gson.api.v2.GsonTransformer; requires io.gitlab.jfronny.commons; requires transitive io.gitlab.jfronny.gson; requires static org.jetbrains.annotations; exports io.gitlab.jfronny.commons.serialize.gson.api.v1; exports io.gitlab.jfronny.commons.serialize.gson.api.v2; }