How to get Aspose.Slides version through code

Hi, How to get the Aspose.Slides version through code?

Is there anything like CellsHelper.getReleaseVersion()

Thank you

Hello Dear,

Please use the following code snippet to get the version of Aspose.Slides for Java that is used in your application.

String version=com.aspose.slides .License.getVersion();

Thanks and Regards,

It works. Thank you very much for your quick answer. Have a good day.