🌐
Maven Repository
mvnrepository.com › artifact › org.antlr › stringtemplate
Maven Repository: org.antlr » stringtemplate
May 19, 2011 - StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other ... ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
🌐
Stringtemplate
stringtemplate.org › download.html
Download StringTemplate
Java StringTemplate 3.2.1 legacy directory · To use maven, refer to group ID org.antlr and artifact ID ST4 in your pom.xml file: <dependency> <groupId>org.antlr</groupId> <artifactId>ST4</artifactId> <version>4.3.4</version> </dependency> C#, Objective-C, JavaScript.
🌐
GitHub
github.com › antlr › stringtemplate4
GitHub - antlr/stringtemplate4: StringTemplate 4 · GitHub
To reference StringTemplate from a project built using Maven, add the following to the <dependencies> element in your pom.xml file.
Starred by 1K users
Forked by 234 users
Languages   Java 94.9% | GAP 4.2%
🌐
Kevinbirch
kevinbirch.github.io › string-template-maven-plugin
StringTemplate Maven Plugin - Introduction
January 24, 2013 - The StringTemplate Plugin uses the StringTemplate template engine to generate files during your build.
🌐
Maven Central
repo1.maven.org › maven2 › org › antlr › stringtemplate › 3.2.1 › stringtemplate-3.2.1.pom
https://repo1.maven.org/maven2/org/antlr/stringtemplate/ ...
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.
🌐
Maven Central
central.sonatype.com › artifact › org.antlr › stringtemplate
org.antlr:stringtemplate - Maven Central - Sonatype
<dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>4.0.2</version> </dependency> ... <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <packaging>jar</packaging> <!-- The version number defined here in the version tag indicates how the jar is named and released.
🌐
Maven Repository
mvnrepository.com › artifact › org.antlr › stringtemplate › 4.0.2
Maven Repository: org.antlr » stringtemplate » 4.0.2
May 19, 2011 - StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other ... ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
Published   May 19, 2011
Version   4.0.2
🌐
GitHub
github.com › kevinbirch › string-template-maven-plugin
GitHub - kevinbirch/string-template-maven-plugin: Execute StringTemplate files during your Maven build.
This plugin allows you to execute StringTemplate template files during your build.
Starred by 4 users
Forked by 8 users
Languages   Java 97.7% | Smalltalk 2.3% | Java 97.7% | Smalltalk 2.3%
🌐
Maven Central
repo1.maven.org › maven2 › org › antlr › stringtemplate › 4.0.2 › stringtemplate-4.0.2.pom
Maven
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 ...
🌐
Maven Central
repo1.maven.org › maven2 › org › antlr › stringtemplate › 4.0 › stringtemplate-4.0.pom
stringtemplate-4.0.pom
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.
Find elsewhere
🌐
Maven Repository
mvnrepository.com › artifact › org.antlr › stringtemplate › 3.2
Maven Repository: org.antlr » stringtemplate » 3.2
October 28, 2008 - HomePage http://www.stringtemplate.org 🔍 Inspect URL · Links · DateOct 28, 2008 · Filespom (1 KB)jar (167 KB)View All · RepositoriesCentralAtlassianAtlassian 3rdPartyBeDataDrivenGluuJanssenJumpPilotKyligence PublicMulesoftRedpillLinproTerrestrisWSO2 DistWSO2 Public+10 more · Ranking#291318 in MvnRepository (See Top Artifacts)#19 in Template Engines · 💡 · Newer Version Available · 3.2→4.0.2 · (3 changes) Maven ·
Published   Oct 28, 2008
Version   3.2
🌐
GitHub
github.com › kevinbirch › string-template-maven-plugin › blob › master › pom.xml
string-template-maven-plugin/pom.xml at master · kevinbirch/string-template-maven-plugin
<project xmlns="http://maven.a...apache.org/xsd/maven-4.0.0.xsd"> ... <description>This plugin allows you to execute StringTemplate template files during your build....
Author   kevinbirch
🌐
Java2s
java2s.com › Open-Source › Maven_Repository › Parser › stringtemplate › stringtemplate_4_0_2.htm
Maven Repository - POM file for Parser stringtemplate 4.0.2 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.
🌐
Jar-Download
jar-download.com › home › org.antlr › st4 › 4.1 › source code › st.java
org.stringtemplate.v4.ST Maven / Gradle / Ivy
org.stringtemplate.v4.ST maven / gradle build tool code. The class is part of the package ➦ Group: org.antlr ➦ Artifact: ST4 ➦ Version: 4.1
🌐
Kevinbirch
kevinbirch.github.io › string-template-maven-plugin › usage.html
StringTemplate Maven Plugin - Usage
January 24, 2013 - The StringTemplate Plugin uses the StringTemplate template engine to generate files during your build. ... <build> <plugins> <plugin> <groupId>com.webguys</groupId> <artifactId>string-template-maven-plugin</artifactId> <version>1.1</version> <configuration> <templates> <template> ...
🌐
Io7m
io7m.com › software › string-template-maven-plugin
string-template-maven-plugin - io7m.com
The string-template-maven-plugin package provides a plugin to execute StringTemplate templates during a build.
🌐
Kevinbirch
kevinbirch.github.io › string-template-maven-plugin › examples › basic.html
StringTemplate Maven Plugin - StringTemplate Plugin Example
January 24, 2013 - The StringTemplate Plugin uses the StringTemplate template engine to generate files during your build. The following configuration shows a complete configuration example: <project> ... <build> <plugins> ... <plugin> <groupId>com.webguys</groupId> <artifactId>string-template-maven-plugin</a...
🌐
Jar-Download
jar-download.com › home › org.antlr › st4 › 4.0.8 › source code › strawgroupdir.java
org.stringtemplate.v4.STRawGroupDir Maven / Gradle / Ivy
package org.stringtemplate.v4; import org.antlr.runtime.CharStream; import org.antlr.runtime.CommonToken; import org.stringtemplate.v4.compiler.*; import org.stringtemplate.v4.compiler.Compiler; import org.stringtemplate.v4.misc.Misc; import java.net.URL; /** A directory of templates without headers like ST v3 had.