"aboutWindow" as in CUBA

Hi,
in Cuba we had a simple “aboutWindow” that could show the current application version to the user. With Cuba, the version was stored in build.gradle

cuba {
    artifact {
        group = 'nl.xxxxxx.ourapplication'
        version = '3.30.0'
        isSnapshot = false
    }
}

and this information was shown in the about-dialog.
Is something like this available in Jmix 1?

Kind regards,
Bart

1 Like