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

r.ide.0.34.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
module aya.ide {
  requires aya.base;
  requires aya.cli.impl;

  requires static org.jetbrains.annotations;

  exports org.aya.ide;
  exports org.aya.ide.action;
  exports org.aya.ide.syntax;
  exports org.aya.ide.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy