# scripting-groovy **Repository Path**: mirrors_scijava/scripting-groovy ## Basic Information - **Project Name**: scripting-groovy - **Description**: JSR-223-compliant Groovy scripting plugin - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://github.com/scijava/scripting-groovy/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/scripting-groovy/actions/workflows/build-main.yml) # Groovy Scripting This library provides a [JSR-223-compliant](https://en.wikipedia.org/wiki/Scripting_for_the_Java_Platform) scripting plugin for the [Groovy](https://groovy-lang.org/) language. It is implemented as a `ScriptLanguage` plugin for the [SciJava Common](https://github.com/scijava/scijava-common) platform, which means that in addition to being usable directly as a `javax.script.ScriptEngineFactory`, it also provides some functionality on top, such as the ability to generate lines of script code based on SciJava events. For a complete list of scripting languages available as part of the SciJava platform, see the [Scripting](https://github.com/scijava/scijava-common/wiki/Scripting) page on the SciJava Common wiki. See also: * [Groovy Scripting](https://imagej.net/scripting/groovy) on the ImageJ wiki.