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

com.nuecho.rivr.core.Version Maven / Gradle / Ivy

Go to download

Rivr is a lightweight open-source dialogue engine enabling flexible VoiceXML web application development for the agile Java developer and enterprise.

There is a newer version: 1.0.13
Show newest version
/*
 * Copyright (c) 2014 Nu Echo Inc. All rights reserved.
 */

package com.nuecho.rivr.core;

import com.nuecho.rivr.core.util.*;

/**
 * @author Nu Echo Inc.
 * @since 1.0.3
 */
public class Version extends VersionBase {
    public static String getVersion() {
        return new Version().getVersion(Version.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy