2021-05-15 20:03:23 +02:00
|
|
|
module org.xbib.content.settings {
|
2021-10-12 11:48:29 +02:00
|
|
|
uses org.xbib.content.SettingsLoader;
|
2021-05-15 20:03:23 +02:00
|
|
|
exports org.xbib.content.settings;
|
|
|
|
requires org.xbib.content.core;
|
2021-10-12 11:48:29 +02:00
|
|
|
requires transitive org.xbib.datastructures.tiny;
|
2021-05-15 20:03:23 +02:00
|
|
|
}
|