r.upstream.ij-parsing-wrapper.0.0.30.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 ij-parsing-wrapper Show documentation
Show all versions of ij-parsing-wrapper Show documentation
Upstream dependencies with JPMS support
The newest version!
module aya.ij.parsing.wrapper {
requires static org.jetbrains.annotations;
requires transitive aya.ij.parsing.core;
requires aya.lang.syntax;
exports org.aya.intellij;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy