не последняя версия
Последняя версия 1.4.4

com.trigyn:templating 1.3.10

A helper jar which uses freemarker to render templates.

Группа

Группа

com.trigyn
Идентификатор

Идентификатор

templating
Версия

Версия

1.3.10
Тип

Тип

jar

Скачать templating 1.3.10


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