Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
---|---|
GroupId | GroupIdantlr |
ArtifactId | ArtifactIdstringtemplate |
Last Version | Last Version2.3b6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
stringtemplate-2.3b6.pom | |
stringtemplate-2.3b6.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/antlr/stringtemplate/ -->
<dependency>
<groupId>antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>2.3b6</version>
</dependency>
// https://jarcasting.com/artifacts/antlr/stringtemplate/
implementation 'antlr:stringtemplate:2.3b6'
// https://jarcasting.com/artifacts/antlr/stringtemplate/
implementation ("antlr:stringtemplate:2.3b6")
'antlr:stringtemplate:jar:2.3b6'
<dependency org="antlr" name="stringtemplate" rev="2.3b6">
<artifact name="stringtemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='antlr', module='stringtemplate', version='2.3b6')
)
libraryDependencies += "antlr" % "stringtemplate" % "2.3b6"
[antlr/stringtemplate "2.3b6"]
Group / Artifact | Type | Version |
---|---|---|
antlr : antlr | jar | 2.7.6 |