Forum Discussion
RJanecek
14 years agoRegular Contributor
you can create groovy library and then add this jar to bin/ext. Then you can call this static method from groovy.
import your project
NameOfYourProject.MethodName()
import your project
NameOfYourProject.MethodName()