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

iew2.image-tiler.4.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
import javax.imageio.spi.ImageInputStreamSpi;

import org.mycore.imagetiler.input.MCRChannelImageInputStreamSpi;

module org.mycore.imagetiler {
    requires java.xml;
    requires java.desktop;
    requires jakarta.xml.bind;
    requires org.apache.logging.log4j;
    requires com.github.spotbugs.annotations;
    requires metadata.extractor;
    exports org.mycore.imagetiler;
    opens org.mycore.imagetiler to jakarta.xml.bind;
    uses org.mycore.imagetiler.MCRTileEventHandler;
    provides ImageInputStreamSpi with MCRChannelImageInputStreamSpi;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy