is not current version
Last Version 4.0.2

org.antlr:stringtemplate 3.0

A template library based on the AntLR parser

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

stringtemplate
Version

Version

3.0
Type

Type

jar

Download stringtemplate 3.0


<!-- https://jarcasting.com/artifacts/org.antlr/stringtemplate/ -->
<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>stringtemplate</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/stringtemplate/
implementation 'org.antlr:stringtemplate:3.0'
// https://jarcasting.com/artifacts/org.antlr/stringtemplate/
implementation ("org.antlr:stringtemplate:3.0")
'org.antlr:stringtemplate:jar:3.0'
<dependency org="org.antlr" name="stringtemplate" rev="3.0">
  <artifact name="stringtemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='stringtemplate', version='3.0')
)
libraryDependencies += "org.antlr" % "stringtemplate" % "3.0"
[org.antlr/stringtemplate "3.0"]