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

l4j.ical4j-vcard.2.0.0-rc2.source-code.module-info Maven / Gradle / Ivy

module ical4j.vcard {
    requires java.base;

    requires ical4j.core;

    requires org.apache.commons.codec;
    requires org.slf4j;
    requires org.apache.commons.lang3;
    requires org.apache.commons.io;

    // optional dependencies..
    requires static org.codehaus.groovy;

    exports net.fortuna.ical4j.vcard;
    exports net.fortuna.ical4j.vcard.property;
    exports net.fortuna.ical4j.vcard.property.immutable;
    exports net.fortuna.ical4j.vcard.filter;
    exports net.fortuna.ical4j.vcard.parameter;

    uses net.fortuna.ical4j.vcard.ParameterFactory;
    uses net.fortuna.ical4j.vcard.PropertyFactory;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy