GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdhandlebars |
Version | Version4.0.13 |
Type | Typejar |
Filename | Size |
---|---|
handlebars-4.0.13.pom | |
handlebars-4.0.13.jar | 258 KB |
handlebars-4.0.13-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/handlebars/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>handlebars</artifactId>
<version>4.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/handlebars/
implementation 'org.webjars:handlebars:4.0.13'
// https://jarcasting.com/artifacts/org.webjars/handlebars/
implementation ("org.webjars:handlebars:4.0.13")
'org.webjars:handlebars:jar:4.0.13'
<dependency org="org.webjars" name="handlebars" rev="4.0.13">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='handlebars', version='4.0.13')
)
libraryDependencies += "org.webjars" % "handlebars" % "4.0.13"
[org.webjars/handlebars "4.0.13"]