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
- Host: GitHub
- URL: https://github.com/kinow/groovy-script-lib
- Owner: kinow
- Archived: true
- Created: 2017-03-09T08:04:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T08:28:46.000Z (over 5 years ago)
- Last Synced: 2025-01-28T00:35:13.945Z (about 1 year ago)
- Topics: grab, grape, groovy, jenkins
- Language: Java
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)