is not current version
Last Version 2.1.10

com.github.subchen:jetbrick-template 1.2.3

Next generation template engine for Java.

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-template
Version

Version

1.2.3
Type

Type

jar

Download jetbrick-template 1.2.3


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