va-xml.33.2.0.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 guava-xml Show documentation
Show all versions of guava-xml Show documentation
com.google.common.xml repackaged and modularized
The newest version!
module dev.mccue.guava.xml {
requires static com.google.errorprone.annotations;
requires static dev.mccue.jsr305;
requires static org.checkerframework.checker.qual;
requires transitive dev.mccue.guava.escape;
exports dev.mccue.guava.xml;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy