gambit
gambit

Reputation: 33

CLI command to Get aws sdk for java version

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

Answers (1)

Shashwat
Shashwat

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

Related Questions