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-dep. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>velocity</groupId> <artifactId>velocity-dep</artifactId> <version>1.4</version> </dependency>
If you think this Maven repository POM file listing for velocity-dep is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on velocity-dep-1.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Template | velocity 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. | 71 |
The following packages are defined in the velocity-dep-1.4.jar
org.apache.commons.collections org.apache.log org.apache.log.filter org.apache.log.format org.apache.log.output org.apache.log.output.db org.apache.log.output.io org.apache.log.output.io.rotate org.apache.log.output.jms org.apache.log.output.net org.apache.log.util org.apache.oro.io org.apache.oro.text org.apache.oro.text.awk org.apache.oro.text.perl org.apache.oro.text.regex org.apache.oro.util 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-dep</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> <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>