is not current version
Last Version 2.3b6

antlr:stringtemplate 2.2


Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

antlr
ArtifactId

ArtifactId

stringtemplate
Version

Version

2.2
Type

Type

jar

Download stringtemplate 2.2


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