s

stringtemplate

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.
http://www.stringtemplate.org
BSD licence
Files download
File Operation
stringtemplate-3.1-b1.jar download
stringtemplate-3.1-b1.pom download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>stringtemplate</artifactId>
  <version>3.1-b1</version>
</dependency>
Gradle Groovy
implementation 'org.antlr:stringtemplate:3.1-b1'
Gradle Kotlin
implementation("org.antlr:stringtemplate:3.1-b1")
Scala SBT
libraryDependencies += "org.antlr" % "stringtemplate" % "3.1-b1"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='stringtemplate', version='3.1-b1')
)
Apache Ivy
<dependency org="org.antlr" name="stringtemplate" rev="3.1-b1" />
Leiningen
[org.antlr/stringtemplate "3.1-b1"]
Apache Buildr
'org.antlr:stringtemplate:jar:3.1-b1'
Dependencies
The project has no third-party dependencies