commons-jelly.
Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine..
Here is the list of declaration for commons-jelly. 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</artifactId> <version>1.1-hudson-20071224</version> </dependency>
If you think this Maven repository POM file listing for commons-jelly is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The commons-jelly-1.1-hudson-20071224 has 11 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JSP | commons-jexl 1.1-hudson-20071021 Jexl is an implementation of the JSTL Expression Language with extensions. | 8 |
Data Structure | commons-collections 3.2 Types that extend and augment the Java Collections Framework. | 366 |
Console | commons-cli 1.0 Commons CLI provides a simple API for working with the command line arguments and options. | 131 |
JUnit | junit 3.8.1 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. | 1966 |
XML | dom4j 1.6.1 dom4j: the flexible XML framework for Java | 343 |
XPath | jaxen 1.1.1 Jaxen is a universal Java XPath engine. | 115 |
The following plugins are used in the commons-jelly-1.1-hudson-20071224.jar
The following packages are defined in the commons-jelly-1.1-hudson-20071224.jar
org.apache.commons.jelly org.apache.commons.jelly.expression org.apache.commons.jelly.expression.jexl org.apache.commons.jelly.expression.xpath org.apache.commons.jelly.impl org.apache.commons.jelly.parser org.apache.commons.jelly.servlet org.apache.commons.jelly.tags org.apache.commons.jelly.tags.core org.apache.commons.jelly.test org.apache.commons.jelly.util org.apache.commons.jelly.xpath
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</artifactId> <name>commons-jelly</name> <version>1.1-hudson-20071224</version> <description>Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.</description> <url>http://jakarta.apache.org/commons/jelly/</url> <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org</url> </organization> <build> <sourceDirectory>${basedir}/src/java</sourceDirectory> <testSourceDirectory>${basedir}/src/test</testSourceDirectory> <resources> <resource> <targetPath>META-INF</targetPath> <directory>${basedir}</directory> <includes> <include>NOTICE.txt</include> </includes> </resource> <resource> <directory>${basedir}/src/java</directory> <includes> <include>**/*.properties</include> </includes> </resource> </resources> <testResources> <testResource> <directory>src/test</directory> <includes> <include>META-INF/services/*</include> <include>**/*.jelly</include> <include>**/*.xml</include> <include>**/*.xsl</include> <include>**/*.rng</include> <include>**/*.dtd</include> <include>**/*.properties</include> <include>**/*.html</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <useFile>false</useFile> <excludes> <exclude>**/TestCoreMemoryLeak.java</exclude> <!-- maven2 has a bug to load all nested classes --> <exclude>**/*$*.java</exclude> </excludes> <includes> <include>**/Test*.java</include> </includes> <skip>true</skip> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK> </manifestEntries> </archive> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <debug>true</debug> <optimize>false</optimize> <showDeprecation>true</showDeprecation> <source>1.3</source> <target>1.3</target> </configuration> </plugin> </plugins> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.6</version> </extension> </extensions> </build> <dependencies> <dependency> <groupId>org.jvnet.hudson</groupId> <artifactId>commons-jexl</artifactId> <version>1.1-hudson-20071021</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2</version> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <!--dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.0</version> <optional>true</optional> </dependency--> <dependency> <groupId>commons-discovery</groupId> <artifactId>commons-discovery</artifactId> <version>20030211.213356</version> <optional>true</optional> </dependency> <dependency> <groupId>forehead</groupId> <artifactId>forehead</artifactId> <version>1.0-beta-5</version> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.0.6</version> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.3</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <!-- test framework is in the jelly jar --> <optional>true</optional> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> <optional>true</optional> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.1</version> <optional>true</optional> </dependency> </dependencies> <distributionManagement> <repository> <uniqueVersion>false</uniqueVersion> <id>java.net-maven2-repository</id> <url>java-net:/maven2-repository/trunk/www/repository/</url> </repository> </distributionManagement> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> </repository> </repositories></project>