An open API service indexing awesome lists of open source software.

https://github.com/kinow/groovy-script-lib

A library for evaluating Groovy scripts
https://github.com/kinow/groovy-script-lib

grab grape groovy jenkins

Last synced: 6 months ago
JSON representation

A library for evaluating Groovy scripts

Awesome Lists containing this project

README

          

This library provides an interface to evaluate Groovy scripts. Its features
include:

* Evaluate Groovy scripts
* Pass extra JAR's to be included in the classloader
* Graple dependency management support

## References

- [Integrating Groovy into applications](http://groovy-lang.org/integrating.html)
- [The Grape dependency manager](http://groovy-lang.org/grape.html)