MVN

org.antlr : stringtemplate

Maven & Gradle

May 19, 2011
332 usages

ANTLR StringTemplate 4.0.2 · StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>stringtemplate</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antlr : stringtemplate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.antlr : stringtemplate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
stringtemplate-4.0.2
4.0
stringtemplate-4.0
3.2.x
stringtemplate-3.2.1
3.2
stringtemplate-3.2
3.1
stringtemplate-3.1-b1
3.0
stringtemplate-3.0

How to add a dependency to Maven

Add the following org.antlr : stringtemplate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>stringtemplate</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.antlr : stringtemplate gradle dependency to your build.gradle file:

implementation 'org.antlr:stringtemplate:4.0.2'

Gradle Kotlin DSL: Add the following org.antlr : stringtemplate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.antlr:stringtemplate:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.antlr : stringtemplate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.antlr" % "stringtemplate" % "4.0.2"

Advertisement

Dependencies from Group

May 21, 2023
1.2k usages
14.7k stars
Apr 10, 2022
624 usages
223 stars
ST4
Sep 02, 2022
423 usages
915 stars
May 21, 2023
396 usages
14.7k stars
May 19, 2011
332 usages

Discover Dependencies

Jan 31, 2006
222 usages
Nov 29, 2010
1.5k usages
Sep 17, 2014
433 stars
Nov 29, 2011
246 usages
64 stars
Aug 26, 2007
1 usages
Jul 08, 2009
13 usages
Mar 15, 2011
44 usages
Aug 18, 2023
80 usages
133 stars
Feb 23, 2011
8 usages