All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMainModule.module-info Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
module kotlinx.serialization.json {
    requires transitive kotlin.stdlib;
    requires transitive kotlinx.serialization.core;

    exports kotlinx.serialization.json;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy