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

com.github.alexdlaird.ngrok.installer.NgrokVersion Maven / Gradle / Ivy

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

package com.github.alexdlaird.ngrok.installer;

/**
 * An enum for the list of supported major ngrok versions.
 */
public enum NgrokVersion {

    V2,
    V3
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy