All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r.tools.0.33.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.34.0
Show newest version
module aya.util {
  requires aya.ij.util.text;
  requires aya.pretty;

  requires static org.jetbrains.annotations;
  requires transitive kala.collection;

  exports org.aya.util.error;
  exports org.aya.util.prettier;
  exports org.aya.util.reporter;
  exports org.aya.util.tyck;
  exports org.aya.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy