2021-05-17 16:54:24 +02:00
|
|
|
import org.xbib.content.XContent;
|
2021-05-15 20:03:23 +02:00
|
|
|
|
2020-05-19 16:06:39 +02:00
|
|
|
module org.xbib.content.core {
|
2021-05-17 16:54:24 +02:00
|
|
|
uses XContent;
|
2020-05-19 16:06:39 +02:00
|
|
|
exports org.xbib.content.io;
|
|
|
|
exports org.xbib.content.util.geo;
|
2021-05-15 20:03:23 +02:00
|
|
|
exports org.xbib.content.core;
|
2021-10-13 15:33:08 +02:00
|
|
|
requires transitive org.xbib.content.api;
|
2021-05-17 16:54:24 +02:00
|
|
|
requires com.fasterxml.jackson.core;
|
2020-05-19 16:06:39 +02:00
|
|
|
}
|