StringTemplate Template Engine.
StringTemplate is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output..
Here is the list of declaration for stringtemplate. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.1-b1</version> </dependency>
If you think this Maven repository POM file listing for stringtemplate is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD licence
URL: http://www.stringtemplate.org/license.html.
The following table lists the most popular artifacts which are depending on stringtemplate-3.1-b1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Parser | antlr 3.0.1 A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. | 13 |
Parser | antlr-runtime 3.0.1 The runtime classes required to execute parsers generated by ANTLR. | 16 |
The following packages are defined in the stringtemplate-3.1-b1.jar
org.antlr.stringtemplate org.antlr.stringtemplate.language org.antlr.stringtemplate.misc org.antlr.stringtemplate.test
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>3.1-b1</version> <packaging>jar</packaging> <name>StringTemplate Template Engine</name> <url>http://www.stringtemplate.org</url> <description> StringTemplate is a java template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output. </description> <licenses> <license> <name>BSD licence</name> <url>http://www.stringtemplate.org/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://fisheye2.cenqua.com/browse/stringtemplate</url> </scm> </project>