ktools.21.0.11.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 jdktools Show documentation
Show all versions of jdktools Show documentation
'JDKTools is a library that contains tools related to system info and versioning'
The newest version!
module eu.hansolo.jdktools {
exports eu.hansolo.jdktools.scopes;
exports eu.hansolo.jdktools.util;
exports eu.hansolo.jdktools.versioning;
exports eu.hansolo.jdktools;
}