is not current version
Last Version 4.7.6

org.webjars:handlebars 1.3.0

WebJar for Handlebars

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

handlebars
Version

Version

1.3.0
Type

Type

jar

Download handlebars 1.3.0


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