SLING-11406 Update to Sling Bundle Parent 48
1 file changed
tree: 25d2715e8484d068bd1bbf83405f48080e059e14
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central Contrib scripting License

Apache Sling Scripting Groovy

This module is part of the Apache Sling project.

This module provides a script engine for Sling Scripting using Groovy's GStringTemplateEngine. It requires the groovy, groovy-json and groovy-templates bundles to be installed separately.

See chapter Template engines in Groovy's documentation also.