Maven Repository - POM file for Data Structure commons-jelly-tags-define 1.0.1-hudson-20071021 1.0.1-hudson-20071021

Summary

commons-jelly-tags-define.

The Jelly Define Tag Library.

Declaration

Here is the list of declaration for commons-jelly-tags-define. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.jvnet.hudson</groupId>
   <artifactId>commons-jelly-tags-define</artifactId>
   <version>1.0.1-hudson-20071021</version>
</dependency>

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

Depends on

The commons-jelly-tags-define-1.0.1-hudson-20071021 has 7 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
XMLdom4j 1.6.1
dom4j: the flexible XML framework for Java
343
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




Depended by

The following table lists the most popular artifacts which are depending on commons-jelly-tags-define-1.0.1-hudson-20071021. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkhudson-core 1.379
Contains the core Hudson code and view files to render HTML.
5
Web Frameworkhudson-core 2.1.0
Contains the core Hudson code and view files to render HTML.
6

Packages

The following packages are defined in the commons-jelly-tags-define-1.0.1-hudson-20071021.jar

org.apache.commons.jelly.tags.define

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>org.jvnet.hudson</groupId>
  <artifactId>commons-jelly-tags-define</artifactId>
  <name>commons-jelly-tags-define</name>
  <version>1.0.1-hudson-20071021</version>
  <description>The Jelly Define Tag Library</description>
  <dependencies>
    <dependency>
      <groupId>${groupId}</groupId>
      <artifactId>commons-jelly</artifactId>
      <version>1.1-hudson-20071021</version>
    </dependency>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6.1</version>
    </dependency>
    <dependency>
      <groupId>commons-jelly</groupId>
      <artifactId>commons-jelly-tags-dynabean</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-jelly</groupId>
      <artifactId>commons-jelly-tags-junit</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-jelly</groupId>
      <artifactId>commons-jelly-tags-log</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-jelly</groupId>
      <artifactId>commons-jelly-tags-xml</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>${basedir}/src/java</sourceDirectory>
    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
    <resources>
      <resource>
        <directory>${basedir}</directory>
        <includes>
          <include>**/*.properties</include>
        </includes>
      </resource>
    </resources>
  </build>
  <distributionManagement>
    <repository>
      <uniqueVersion>false</uniqueVersion>
      <id>local-repository</id>
      <url>file:${path-to-m2-repo.java.net}</url>
    </repository>
  </distributionManagement>
</project>