is not current version
Last Version 2.1.10

com.github.subchen:jetbrick-template 1.2.12

Next generation template engine for Java.

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-template
Version

Version

1.2.12
Type

Type

jar

Download jetbrick-template 1.2.12


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