Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题
我是 Groovy 初学者,注意到某些包位于名为groovyx. 背后的理念是groovyx什么?
groovyx
例子
例如,请参阅import此处的语句:
import
谷歌
是的,我已经用谷歌搜索过了。虽然没有找到答案。搜索:
它只是一个包名(表示 groovy 扩展)
一些为 groovy 编写扩展(或库)的人选择将它们放在groovyx包中。
另一个例子是 GBench,Groovy 基准测试实用程序