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

.1.53e.source-code.module-info Maven / Gradle / Ivy

Go to download

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

There is a newer version: 1.54m
Show newest version
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