Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
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>