ls-googlejavaformat.2024.08.27.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-googlejavaformat Show documentation
Show all versions of tools-googlejavaformat Show documentation
API for working directly with the Google Java Format tool.
module dev.mccue.tools.googlejavaformat {
requires transitive dev.mccue.tools;
requires transitive dev.mccue.tools.java;
exports dev.mccue.tools.googlejavaformat;
}