ls-jpackage.2024.08.28.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 tools-jpackage Show documentation
Show all versions of tools-jpackage Show documentation
API for working directly with the jlink tool.
module dev.mccue.tools.jpackage {
requires jdk.jpackage;
requires transitive dev.mccue.tools;
requires transitive dev.mccue.tools.jlink;
exports dev.mccue.tools.jpackage;
}