com.nuecho.rivr.core.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rivr-core Show documentation
Show all versions of rivr-core Show documentation
Rivr is a lightweight open-source dialogue engine enabling flexible VoiceXML web application development for the agile Java developer and enterprise.
/*
* 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);
}
}