content/content-config/src/main/java/module-info.java

4 lines
118 B
Java
Raw Normal View History

2020-08-05 10:46:20 +02:00
module org.xbib.content.config {
exports org.xbib.content.config;
requires transitive org.xbib.content.yaml;
}