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:
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
Post a Comment