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

com.icfolson.aem.groovy.console.components.About.groovy Maven / Gradle / Ivy

package com.icfolson.aem.groovy.console.components

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

@Model(adaptables = Resource)
class About {

    String getVersion() {
        GroovySystem.version
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy