is not current version
Last Version 2.1.10

com.github.subchen:jetbrick-template 1.2.0

Next generation template engine for Java.

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-template
Version

Version

1.2.0
Type

Type

jar

Download jetbrick-template 1.2.0


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