Reputation: 33
How can I get the aws java sdk version? I know of java -version but it's showing jdk version.
I already tried java -version but it shows jdk version
NA
I expect the sdk version
Upvotes: 0
Views: 6685
Reputation: 2352
Please see VersionInfoUtils method getVersion
Javadoc of method :
Returns the current platform for the AWS SDK in which this class is running. Version information is obtained from from the versionInfo.properties file which the AWS Java SDK build process generates.
Upvotes: 2