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