is not current version
Last Version 2.1.10

com.github.subchen:jetbrick-template 2.1.8

Next generation template engine for Java

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-template
Version

Version

2.1.8
Type

Type

jar

Download jetbrick-template 2.1.8


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