.1.53e.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 Show documentation
Show all versions of ij Show documentation
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
module ij {
requires java.desktop;
requires java.rmi;
requires java.compiler;
requires java.scripting;
// FIXME: This module name is filename-based and is thus unstable
requires orange.extensions;
exports ij;
exports ij.gui;
exports ij.io;
exports ij.macro;
exports ij.measure;
exports ij.plugin;
exports ij.plugin.filter;
exports ij.plugin.frame;
exports ij.plugin.tool;
exports ij.process;
exports ij.text;
exports ij.util;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy