
on.java-test-swt-win32-win32-x86_64.4.0.0.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 java-test-swt-win32-win32-x86_64 Show documentation
Show all versions of java-test-swt-win32-win32-x86_64 Show documentation
Common SWT test code shared between my projects
The newest version!
/**
* module-info
*/
module de.carne.test.swt {
requires transitive org.eclipse.swt.win32.win32.x86_64;
requires transitive org.eclipse.jdt.annotation;
requires transitive de.carne.test;
requires org.mockito;
requires de.carne;
exports de.carne.test.swt;
exports de.carne.test.swt.condition;
exports de.carne.test.swt.extension;
exports de.carne.test.swt.tester;
exports de.carne.test.swt.tester.accessor;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy