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

exdlaird.java-ngrok.2.3.2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
/*
 * Copyright (c) 2021-2024 Alex Laird
 *
 * SPDX-License-Identifier: MIT
 */

/**
 * This module contains a Java wrapped for ngrok that manages its own binary.
 */
module com.github.alexdlaird.ngrok {
    requires java.logging;
    requires com.google.gson;
    requires org.yaml.snakeyaml;

    exports com.github.alexdlaird.exception;
    exports com.github.alexdlaird.http;
    exports com.github.alexdlaird.ngrok;
    exports com.github.alexdlaird.ngrok.conf;
    exports com.github.alexdlaird.ngrok.installer;
    exports com.github.alexdlaird.ngrok.process;
    exports com.github.alexdlaird.ngrok.protocol;
    exports com.github.alexdlaird.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy