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