OK.

I've refine the doco on the Download page of groovy-lang.org
site(http://groovy-lang.org/download.html):

```
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>x.y.z</version>
<type>pom</type> 
```
(`<type>pom</type> ` is added)

BTW, gradle is so smart that `compile
'org.codehaus.groovy:groovy-all:x.y.z'` always works well(Note: DON'T
specify `ext: 'pom'`)

Cheers,
Daniel.Sun




-----
Daniel Sun 
Apache Groovy committer 
Blog: http://blog.sunlan.me 
Twitter: @daniel_sun 

--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html

Reply via email to