Maven Repository - POM file for Groovy groovy 1.0 1.0

Summary

groovy.

a powerful and dynamic scripting language for the JVM.

Declaration

Here is the list of declaration for groovy. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>groovy</groupId>
   <artifactId>groovy</artifactId>
   <version>1.0</version>
</dependency>

If you think this Maven repository POM file listing for groovy is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The groovy-1.0 has 35 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Parserxml-apis 1.0.b2
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ...
52
Consolecommons-cli 1.0
Commons CLI provides a simple API for working with the command line arguments and options.
131
JUnitjunit 3.8.2
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
555
Testing Mockjmock 1.1.0
jMock is a library for testing Java code using mock objects
11
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273
Data Structurecommons-collections 3.2
Types that extend and augment the Java Collections Framework.
366
Httpcommons-httpclient 3.0.1
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
77
Java Libraryxpp3 1.1.3.4.O
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
5




Depended by

The following table lists the most popular artifacts which are depending on groovy-1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-support 2.0.8
Spring Framework: Support
6

Packages

The following packages are defined in the groovy-1.0.jar

groovy.inspect
groovy.inspect.swingui
groovy.lang
groovy.mock
groovy.mock.interceptor
groovy.model
groovy.security
groovy.servlet
groovy.sql
groovy.swing
groovy.swing.impl
groovy.text
groovy.ui
groovy.util
groovy.util.slurpersupport
groovy.xml
groovy.xml.dom
groovy.xml.streamingmarkupsupport
org.codehaus.groovy
org.codehaus.groovy.ant
org.codehaus.groovy.antlr
org.codehaus.groovy.antlr.java
org.codehaus.groovy.antlr.parser
org.codehaus.groovy.antlr.syntax
org.codehaus.groovy.antlr.treewalker
org.codehaus.groovy.ast
org.codehaus.groovy.ast.expr
org.codehaus.groovy.ast.stmt
org.codehaus.groovy.bsf
org.codehaus.groovy.classgen
org.codehaus.groovy.control
org.codehaus.groovy.control.io
org.codehaus.groovy.control.messages
org.codehaus.groovy.runtime
org.codehaus.groovy.runtime.typehandling
org.codehaus.groovy.runtime.wrappers
org.codehaus.groovy.sandbox.ui
org.codehaus.groovy.syntax
org.codehaus.groovy.tools
org.codehaus.groovy.tools.xml
org.codehaus.groovy.wiki




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>groovy</groupId>
  <artifactId>groovy</artifactId>
  <name>groovy</name>
  <version>1.0</version>
  <description>a powerful and dynamic scripting language for the JVM</description>
  <url>http://groovy.codehaus.org/</url>
  <issueManagement>
    <url>http://jira.codehaus.org/browse/GROOVY</url>
  </issueManagement>
  <inceptionYear>2003</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Groovy JSR Discussion List</name>
      <subscribe>jsr-subscribe@groovy.codehaus.org</subscribe>
      <unsubscribe>http://xircles.codehaus.org/manage_email</unsubscribe>
      <archive>http://dir.gmane.org/gmane.comp.lang.groovy.jsr</archive>
    </mailingList>
    <mailingList>
      <name>Groovy Developer List</name>
      <subscribe>dev-subscribe@groovy.codehaus.org</subscribe>
      <unsubscribe>http://xircles.codehaus.org/manage_email</unsubscribe>
      <archive>http://dir.gmane.org/gmane.comp.lang.groovy.devel</archive>
    </mailingList>
    <mailingList>
      <name>Groovy User List</name>
      <subscribe>user-subscribe@groovy.codehaus.org</subscribe>
      <unsubscribe>http://xircles.codehaus.org/manage_email</unsubscribe>
      <archive>http://dir.gmane.org/gmane.comp.lang.groovy.user</archive>
    </mailingList>
    <mailingList>
      <name>Groovy SCM List</name>
      <subscribe>scm-subscribe@groovy.codehaus.org</subscribe>
      <unsubscribe>http://xircles.codehaus.org/manage_email</unsubscribe>
      <archive>http://archive.groovy.codehaus.org/scm/</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>Joern Eyrich</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Robert Kuzelj</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Rod Cope</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Yuri Schimke</name>
      <email></email>
    </contributor>
    <contributor>
      <name>James Birchfield</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Robert Fuller</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Sergey Udovenko</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Hallvard Traetteberg</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Peter Reilly</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Brian McCallister</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Richard Monson-Haefel</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Brian Larson</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Artur Biesiadowski</name>
      <email>abies@pg.gda.pl</email>
    </contributor>
    <contributor>
      <name>Ivan Z. Ganza</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Arjun Nayyar</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Mark Chu-Carroll</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Mark Turansky</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Jean-Louis Berliet</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Graham Miller</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Marc Palmer</name>
      <email></email>
    </contributor>
    <contributor>
      <name>Tugdual Grall</name>
      <email></email>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:svn:http://svn.codehaus.org/groovy/groovy-core</connection>
    <developerConnection>scm:svn:https://${maven.username}@svn.codehaus.org/groovy/groovy-core</developerConnection>
    <url>http://svn.groovy.codehaus.org/</url>
  </scm>
  <organization>
    <name>The Codehaus</name>
    <url>http://codehaus.org</url>
  </organization>
  <dependencies>
    <dependency>
      <groupId>antlr</groupId>
      <artifactId>antlr</artifactId>
      <version>2.7.5</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xerces</artifactId>
      <version>2.4.0</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.6.5</version>
    </dependency>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant-junit</artifactId>
      <version>1.6.5</version>
    </dependency>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant-launcher</artifactId>
      <version>1.6.5</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
    </dependency>
    <dependency>
      <groupId>jmock</groupId>
      <artifactId>jmock</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>jmock</groupId>
      <artifactId>jmock-cglib</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.1_3</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-util</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-attrs</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-analysis</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-tree</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>bsf</groupId>
      <artifactId>bsf</artifactId>
      <version>2.4.0</version>
    </dependency>
    <dependency>
      <groupId>mx4j</groupId>
      <artifactId>mx4j</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects-core</artifactId>
      <version>0.09</version>
    </dependency>
    <dependency>
      <groupId>openejb</groupId>
      <artifactId>openejb-loader</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>axion</groupId>
      <artifactId>axion</artifactId>
      <version>1.0-M3-dev</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
    </dependency>
    <dependency>
      <groupId>commons-primitives</groupId>
      <artifactId>commons-primitives</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>regexp</groupId>
      <artifactId>regexp</artifactId>
      <version>1.3</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>radeox</groupId>
      <artifactId>radeox</artifactId>
      <version>0.9</version>
    </dependency>
    <dependency>
      <groupId>radeox</groupId>
      <artifactId>radeox-oro</artifactId>
      <version>0.9</version>
    </dependency>
    <dependency>
      <groupId>nekohtml</groupId>
      <artifactId>nekohtml</artifactId>
      <version>0.9.5</version>
    </dependency>
    <dependency>
      <groupId>qdox</groupId>
      <artifactId>qdox</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.3.4.O</version>
    </dependency>
    <dependency>
      <groupId>com.tonicsystems</groupId>
      <artifactId>jarjar</artifactId>
      <version>0.6</version>
    </dependency>
  </dependencies>
</project>