is not current version
Last Version 2.0.0-rc-1

io.ratpack:ratpack-handlebars 1.3.3

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

1.3.3
Type

Type

jar

Download ratpack-handlebars 1.3.3


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