Package ai.rev.helpers
Class SDKHelper
- java.lang.Object
-
- ai.rev.helpers.SDKHelper
-
public class SDKHelper extends Object
A helper class that provides methods for getting SDK information.
-
-
Constructor Summary
Constructors Constructor Description SDKHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetSdkVersion()Helper function that reads the current sdk version from pom.xml.
-
-
-
Method Detail
-
getSdkVersion
public static String getSdkVersion()
Helper function that reads the current sdk version from pom.xml.- Returns:
- The current SDK version.
-
-