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

ok.imagingbook-core.7.1.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Small core library with minimal dependencies. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

The newest version!
/**
 * Provides minimal infrastructure required for building other imagingbook library
 * packages. This includes code for handling resources and automatically compiling
 * plugins.config files for ImageJ plugin sets.
 */
module imagingbook.core {
	exports imagingbook.core.jdoc;
	exports imagingbook.core.plugin;
	exports imagingbook.core.resource;
	exports imagingbook.core;

	requires transitive ij;
	requires java.desktop;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy