.retro-common.1.1.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 retro-common Show documentation
Show all versions of retro-common Show documentation
This is a library that provides common classes and utilities for secondsun's retro projects.
open module dev.secondsun.retro.util {
requires java.logging;
requires java.xml;
exports dev.secondsun.retro.util;
exports dev.secondsun.retro.util.vo;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy