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

ghtscoutconnector.21.0.3.source-code.module-info Maven / Gradle / Ivy

Go to download

NightscoutConnector is a little library to connect to a Nightscout server and retrieve blood glucose values

The newest version!
module eu.hansolo.nightscoutconnector {
    requires java.net.http;
    requires java.base;
    requires java.management;
    requires java.logging;

    requires transitive eu.hansolo.toolbox;
    requires transitive com.google.gson;

    exports eu.hansolo.nightscoutconnector;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy