Skip to content

Commit 41aa02c

Browse files
committed
fix links
1 parent 0794f40 commit 41aa02c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posts/2026-01-09-string-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ While reading [Spring AI in Action](https://www.manning.com/books/spring-ai-in-a
1313
> StringTemplate is a Java template engine for generating source code, web pages, emails, or any other formatted text output.
1414
> StringTemplate is particularly good at code generators, multiple site skins, and internationalization / localization. StringTemplate also powers ANTLR.
1515
16-
- [Website](https://www.stringtemplate.org)
16+
- [License BSD](https://es.wikipedia.org/wiki/Licencia_BSD)
17+
- [Website](https://www.stringtemplate.org)
18+
- [Maven Central Repository](https://central.sonatype.com/artifact/org.antlr/stringtemplate/)
1719
- [GitHub Repository](https://github.com/antlr/stringtemplate4)
1820
- [IntelliJ Plugin](https://plugins.jetbrains.com/plugin/8041-stringtemplate-v4)
1921

0 commit comments

Comments
 (0)