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

mal.jamal-plantuml.2.0.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
import javax0.jamal.api.Macro;
import javax0.jamal.plantuml.PlantUml;

module jamal.plantuml {
    exports javax0.jamal.plantuml;
    requires jamal.api;
    requires jamal.tools;
    requires jamal.engine;
    requires java.xml;
    requires net.sourceforge.plantuml;
    provides Macro with PlantUml;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy