is not current version
Last Version 1.6.9

org.jooby:jooby-hbs 0.6.1

Handlebars Template Engine for Jooby

Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-hbs
Version

Version

0.6.1
Type

Type

jar

Download jooby-hbs 0.6.1


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