Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-rc-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The download page mentions using Maven to embed Groovy, but does list the Artifact Id, GroupId, or version information.
http://groovy.codehaus.org/Download
Also, is Groovy in the Maven 1 or Maven 2 repo?
Suggested text to add to the page:
You can add Groovy as a dependency to your project by adding the following to your Maven 2 pom.xml dependencies:
<dependency>
<groupId>groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.0-jsr-04</version>
<scope>compile</scope>
</dependency>
Groovy is the Maven repo, but the groovy-1.0 release has not had it's POM added (although the jar is there).
http://dist.codehaus.org/groovy/