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

com.cloudhopper.smpp.Version Maven / Gradle / Ivy

Go to download

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)

There is a newer version: 6.0.0-netty4-beta-2
Show newest version
/** DO NOT EDIT THIS FILE. IT IS AUTO GENERATED BY MAVEN */
package com.cloudhopper.smpp;
public final class Version {
 private static final String COMMIT="12d61fd4";
 private static final String TIMESTAMP="2015-02-02T16:18:50Z";
 private static final String VERSION="5.0.7";
 private static final String NAME="ch-smpp";
 private static final String VENDOR="com.cloudhopper";
 private static final String LONG_VERSION="5.0.7 (commit 12d61fd4 @ 2015-02-02T16:18:50Z)";
 /** Returns the library source control commit tag such as "12d61fd4" */
 static public String getCommit() { return COMMIT; }
 /** Returns the library vendor such as "com.cloudhopper" */
 static public String getVendor() { return VENDOR; }
 /** Returns the library build timestamp (date) such as "2015-02-02T16:18:50Z" */
 static public String getTimestamp() { return TIMESTAMP; }
 /** Returns the library name such as "ch-smpp" */
 static public String getName() { return NAME; }
 /** Returns the library version such as "5.0.7" */
 static public String getVersion() { return VERSION; }
 /** Returns a longer library version that includes the timestamp such as "5.0.7 (commit 12d61fd4; ts 2015-02-02T16:18:50Z)" */
 static public String getLongVersion() { return LONG_VERSION; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy