tree: 9945b75bed62b11eee6bd706cae0f6d57591cdc8 [path history] [tgz]
  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

Build Status Test Status Coverage Sonarcloud Status Maven Central JavaDocs License scripting contrib

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.