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

bcal.hebcal-api.2.1.6.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
module info.tomfi.hebcal.shabbat {
  requires java.net.http;
  requires com.fasterxml.jackson.annotation;
  requires com.fasterxml.jackson.core;
  requires com.fasterxml.jackson.databind;
  // the following are needed for compile time only
  requires static auto.value.annotations;
  requires static com.google.auto.service;

  exports info.tomfi.hebcal.shabbat.request;
  exports info.tomfi.hebcal.shabbat.response;
  exports info.tomfi.hebcal.shabbat.tools;

  uses info.tomfi.hebcal.shabbat.ShabbatAPI;
  provides info.tomfi.hebcal.shabbat.ShabbatAPI with
      info.tomfi.hebcal.shabbat.impl.ShabbatAPIProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy