mal.jamal-plantuml.2.0.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 jamal-plantuml Show documentation
Show all versions of jamal-plantuml Show documentation
Jamal macro library snippet macros
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