[maven-release-plugin] prepare release org.apache.sling.scripting.groovy-1.2.0
1 file changed
tree: 3bf0774b7d856b96be2e6ac8b3511e610dcb9c0a
  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 Maven Central JavaDocs License scripting

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.