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

mal.jamal-json.2.8.1.source-code.module-info Maven / Gradle / Ivy

import javax0.jamal.api.Macro;
import javax0.jamal.json.Define;
import javax0.jamal.json.Get;
import javax0.jamal.json.Keys;
import javax0.jamal.json.Length;
import javax0.jamal.json.Set;

module jamal.json {
    exports javax0.jamal.json;
    requires jamal.api;
    requires jamal.tools;
    requires jamal.engine;
    requires org.json;
    provides Macro with Define,  Get, Set, Length, Keys;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy