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

io.cucumber.messages.ProtocolVersion Maven / Gradle / Ivy

There is a newer version: 27.0.2
Show newest version
package io.cucumber.messages;

import java.util.ResourceBundle;

public final class ProtocolVersion {

    private ProtocolVersion(){

    }

    public static String getVersion() {
        return ResourceBundle.getBundle("io.cucumber.messages.version").getString("messages.version");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy