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

t.jollyday-jaxb.0.30.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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