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

client.2.3.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
module org.xbib.oai.client {
    exports org.xbib.oai.client;
    exports org.xbib.oai.client.getrecord;
    exports org.xbib.oai.client.identify;
    exports org.xbib.oai.client.listidentifiers;
    exports org.xbib.oai.client.listrecords;
    exports org.xbib.oai.client.listsets;
    requires org.xbib.oai;
    requires org.xbib.net.url;
    requires org.xbib.netty.http.common;
    requires org.xbib.content.xml;
    requires java.xml;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy