com.dropbox.client2.SdkVersion Maven / Gradle / Ivy
package com.dropbox.client2;
/**
* Contains the SDK verison number.
*/
public final class SdkVersion {
/** Returns the SDK version number. */
public static String get() {
return "1.5.3"; // Filled in by build process.
}
public static void main(String[] args) {
System.out.println("Dropbox Java SDK, Version " + get());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy