r.api.0.15.source-code.module-info Maven / Gradle / Ivy
The newest version!
module org.aya.api {
requires static org.jetbrains.annotations;
requires kala.collection;
requires org.aya.pretty;
requires org.aya.util;
exports org.aya.api.concrete;
exports org.aya.api.core;
exports org.aya.api.distill;
exports org.aya.api.error;
exports org.aya.api.ref;
exports org.aya.api.util;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy