Download commons-jelly-1.0-beta-4-SNAPSHOT.jar file - Jar c

Jar examples for c:commons-jelly

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. *Note* that this is a custom-built version for the Maven project. It was built from svn trunk as of 2006-07-17 (r 422982) but with the fixes for JELLY-213 and JELLY-214 reverted

You can download jar file commons-jelly 1.0-beta-4-SNAPSHOT in this page.

License

Apache License

Build File

You can use the following script to add commons-jelly-1.0-beta-4-SNAPSHOT.jar to your project.

<dependency>
   <groupId>commons-jelly</groupId>
   <artifactId>commons-jelly</artifactId>
   <version>1.0-beta-4-SNAPSHOT</version>
</dependency>
compile group: 'commons-jelly', name: 'commons-jelly', version: '1.0-beta-4-SNAPSHOT'
libraryDependencies += "commons-jelly" % "commons-jelly" % "1.0-beta-4-SNAPSHOT"
<dependency org="commons-jelly" name="commons-jelly" rev="1.0-beta-4-SNAPSHOT"/>
@Grapes(@Grab(group='commons-jelly', module='commons-jelly', version='1.0-beta-4-SNAPSHOT'))
'commons-jelly:commons-jelly:jar:1.0-beta-4-SNAPSHOT'

Download

Click the following link to download the jar file.

commons-jelly-20040902.064518.jar
commons-jelly-20040902.064518.pom



Related Tutorials