All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.orbinson.aem.groovy.console.components.AboutPanel.groovy Maven / Gradle / Ivy

The newest version!
package be.orbinson.aem.groovy.console.components

import org.apache.sling.api.resource.Resource
import org.apache.sling.models.annotations.Model

@Model(adaptables = Resource)
class AboutPanel {

    String getVersion() {
        GroovySystem.version
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy