Velocity.
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code..
Here is the list of declaration for velocity. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.4</version> </dependency>
If you think this Maven repository POM file listing for velocity is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The velocity-1.4 has 1 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 |
---|---|---|
Template | velocity-dep 1.4 Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. | 6 |
The following table lists the most popular artifacts which are depending on velocity-1.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JEE Container | geronimo-kernel 1.1.1 Geronimo Kernel | 7 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring 1.2.9 Spring Framework | 27 |
Template | velocity-tools 1.3 VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine. | 13 |
Template | wicket-velocity 1.4.16 Provides a specialized panel and some related utilities that enables users to work with Velocity and Wicket. Particularly useful for simple CMS like applications | 5 |
Template | wicket-velocity 1.4.10 Provides a specialized panel and some related utilities that enables users to work with Velocity and Wicket. Particularly useful for simple CMS like applications | 13 |
The following packages are defined in the velocity-1.4.jar
org.apache.velocity org.apache.velocity.anakia org.apache.velocity.app org.apache.velocity.app.event org.apache.velocity.app.tools org.apache.velocity.context org.apache.velocity.convert org.apache.velocity.exception org.apache.velocity.io org.apache.velocity.runtime org.apache.velocity.runtime.compiler org.apache.velocity.runtime.configuration org.apache.velocity.runtime.directive org.apache.velocity.runtime.exception org.apache.velocity.runtime.log org.apache.velocity.runtime.parser org.apache.velocity.runtime.parser.node org.apache.velocity.runtime.resource org.apache.velocity.runtime.resource.loader org.apache.velocity.runtime.visitor org.apache.velocity.servlet org.apache.velocity.test org.apache.velocity.test.misc org.apache.velocity.test.provider org.apache.velocity.test.view org.apache.velocity.texen org.apache.velocity.texen.ant org.apache.velocity.texen.util org.apache.velocity.util org.apache.velocity.util.introspection
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <name>Velocity</name> <version>1.4</version> <description>Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.</description> <url>http://jakarta.apache.org/velocity/</url> <issueManagement> <url>http://nagoya.apache.org/scarab/servlet/scarab/</url> </issueManagement> <inceptionYear>2000</inceptionYear> <mailingLists> <mailingList> <name>Maven User List</name> <subscribe>velocity-user-subscribe@jakarta.apache.org</subscribe> <unsubscribe>velocity-user-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://www.mail-archive.com/velocity-user@jakarta.apache.org/</archive> </mailingList> <mailingList> <name>Maven Developer List</name> <subscribe>velocity-dev-subscribe@jakarta.apache.org</subscribe> <unsubscribe>velocity-dev-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://www.mail-archive.com/velocity-dev@jakarta.apache.org/</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-velocity</connection> <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/</url> </scm> <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>velocity</groupId> <artifactId>velocity-dep</artifactId> <version>1.4</version> <scope>runtime</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///www/jakarta.apache.org/builds/jakarta-velocity/</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://jakarta.apache.org//www/jakarta.apache.org/velocity/</url> </site> </distributionManagement> </project>