is not current version
Last Version 2.0.0-rc-1

io.ratpack:ratpack-handlebars 0.9.17

Support for Handlebars server side template rendering in Ratpack - https://github.com/jknack/handlebars.java

Categories

Categories

Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-handlebars
Version

Version

0.9.17
Type

Type

jar

Download ratpack-handlebars 0.9.17


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