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

rk.attach-pdf-pdfbox.5.3.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 5.2.1
Show newest version
module rpgframework.pdfviewer.pdfxbox {
	exports de.rpgframework.jfx.attach.impl;

	provides de.rpgframework.jfx.attach.PDFViewerService with de.rpgframework.jfx.attach.impl.DesktopPDFViewerService;

	requires transitive de.rpgframework.core;
	requires javafx.controls;
	requires javafx.graphics;
	requires javafx.extensions;
	requires javafx.swing;
	requires java.desktop;
	requires rpgframework.pdfviewer;
	requires org.apache.pdfbox;
	requires org.apache.pdfbox.io;
	requires java.image.scaling;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy