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