mal.jamal-maven-load.2.8.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-maven-load Show documentation
Show all versions of jamal-maven-load Show documentation
Jamal module for Java Run-Rime Compile and Load
The newest version!
import javax0.jamal.api.Macro;
import javax0.jamal.maven.load.LoadMavenJar;
module jamal.maven.load {
exports javax0.jamal.maven.load;
requires jamal.api;
requires jamal.tools;
requires jamal.engine;
requires mavenDownloader;
provides Macro with LoadMavenJar;
}