ls-jdk.2024.09.03.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-jdk Show documentation
Show all versions of tools-jdk Show documentation
API for working directly with the tools that come with a JDK.
The newest version!
module dev.mccue.tools.jdk {
requires transitive dev.mccue.tools.jar;
requires transitive dev.mccue.tools.java;
requires transitive dev.mccue.tools.javac;
requires transitive dev.mccue.tools.javadoc;
requires transitive dev.mccue.tools.javap;
requires transitive dev.mccue.tools.jlink;
requires transitive dev.mccue.tools.jmod;
requires transitive dev.mccue.tools.jpackage;
exports dev.mccue.jdk;
}