groovy - What's the groovyx namespace? -


question

i'm groovy beginner , noticed packages in namespace called groovyx. what's notion behind groovyx?

examples

for example, see import statements here:

google

yes, googled. didn't find answer though. searches:

it's package name (denoting groovy extensions)

several people writing extensions (or libraries) groovy have chosen put them in groovyx package.

another example gbench, groovy benchmarking utility


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -