java-commons/commons-gson/src/main/java/module-info.java
JFronny c2fe59ae45
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Kotlin DSL for gson
2023-07-06 15:05:35 +02:00

6 lines
237 B
Java

module io.gitlab.jfronny.commons.gson {
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;
}