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

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

There is a newer version: 0.34.0
Show newest version
module aya.repl {
  requires transitive aya.pretty;

  requires static org.jetbrains.annotations;
  requires transitive kala.base;
  requires transitive kala.collection;
  requires org.jline.reader;
  requires org.jline.terminal;

  exports org.aya.repl;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy