Where can I get help using Groovy with Cycle?
Cycle includes steps to execute simple Groovy statements inline as well as execute complex Groovy scripts.
The two Cycle steps that execute Groovy are:
I execute Groovy "<GROOVY_STATEMENTS>"
I execute Groovy script "<GROOVY_SCRIPT_FILE>"
Apache Groovy
Contains extensive information including downloads, tutorials, Classes and Methods, guides and documentation
Stack Overflow
Popular user forum to search for answers to specific technical questions. More than likely you will find someone else has asked what you need to know and there is already a solution.
Disclaimer: This is a forum so use the suggestions here with caution. Cycle Labs is not responsible for anything on this site.
JetBrains IntelliJ IDEA Community Edition
Open source IDE to develop and test Groovy script files before using them in Cycle. Unlike with Cycle you will need to Groovy installed locally to use. This is one of many IDE options.
https://www.jetbrains.com/idea/download/