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