t.jollyday-jaxb.0.30.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 jollyday-jaxb Show documentation
Show all versions of jollyday-jaxb Show documentation
Jakarta XML Binding (JAXB) based jollyday implementation
import de.focus_shift.jollyday.core.spi.ConfigurationService;
import de.focus_shift.jollyday.jaxb.JaxbConfigurationService;
module de.focus_shift.jollyday.jaxb {
provides ConfigurationService with
JaxbConfigurationService;
opens de.focus_shift.jollyday.jaxb.mapping to
jakarta.xml.bind;
requires de.focus_shift.jollyday.core;
requires jakarta.xml.bind;
requires java.xml;
requires org.slf4j;
requires org.threeten.extra;
exports de.focus_shift.jollyday.jaxb to
de.focus_shift.jollyday.core,
de.focus_shift.jollyday.jaxb.test;
exports de.focus_shift.jollyday.jaxb.mapping to
de.focus_shift.jollyday.jaxb.test;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy