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

an.watch2getherapi.1.0.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
module uk.co.conoregan.watch2getherapi {
    requires com.fasterxml.jackson.annotation;
    requires com.fasterxml.jackson.core;
    requires com.fasterxml.jackson.databind;
    requires java.net.http;
    requires org.slf4j;
    requires jdk.crypto.cryptoki;

    opens uk.co.conoregan.watch2getherapi.model to com.fasterxml.jackson.databind;

    exports uk.co.conoregan.watch2getherapi;
    exports uk.co.conoregan.watch2getherapi.model;
    exports uk.co.conoregan.watch2getherapi.http;
    exports uk.co.conoregan.watch2getherapi.util;
    exports uk.co.conoregan.watch2getherapi.exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy