.serialization_dsl_json.3.7.1.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 serialization_dsl_json Show documentation
Show all versions of serialization_dsl_json Show documentation
Hexagon JSON serialization format (using DSL-JSON).
// TODO Rename this file when build script is able to handle automatic modules
module com.hexagonkt.serialization_dsl_json {
requires transitive com.hexagonkt.serialization;
requires dsl.json;
exports com.hexagonkt.serialization.dsl.json;
}