mal.jamal-snippet.2.7.0.com.javax0.jamal.jamal-java.2.7.0.source-code.pom.jim Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jamal-java Show documentation
Show all versions of jamal-java Show documentation
Jamal module for Java Run-Rime Compile and Load
The newest version!
{@sep 〔 〕 }
〔@define import=
javax0.jamal.java.Pom
java.net.URL
static javax0.jamal.java.Dependency.dependency
static javax0.jamal.java.DistributionType.repo
static javax0.jamal.java.License.MIT
static javax0.jamal.java.Xml.path
static javax0.jamal.java.Xml.tagValue
static javax0.jamal.java.Exclusion.exclusion
javax0.jamal.java.TextTags.*
static javax0.jamal.java.TextTags.*
〕
〔@define requires=jamal.〕
〔@define extends=Pom〕
〔@define class=MyPom〕
〔#define [pure] precode=
try {
final var project = new MyPom();
return project.doit();
} catch (Exception e) {
throw new RuntimeException(e);
}
}
private MyPom() throws Exception {
super("〔@pos (top format=%f)〕");
}
private String doit() throws Exception {
〕
〔@define [pure] postcode=
return format();
〕
〔@sep〕