License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdhandlebars |
Last Version | Last Version4.7.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHandlebars
WebJar for Handlebars
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
handlebars-4.7.6.pom | |
handlebars-4.7.6.jar | 27 KB |
handlebars-4.7.6-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/handlebars/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>handlebars</artifactId>
<version>4.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/handlebars/
implementation 'org.webjars:handlebars:4.7.6'
// https://jarcasting.com/artifacts/org.webjars/handlebars/
implementation ("org.webjars:handlebars:4.7.6")
'org.webjars:handlebars:jar:4.7.6'
<dependency org="org.webjars" name="handlebars" rev="4.7.6">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='handlebars', version='4.7.6')
)
libraryDependencies += "org.webjars" % "handlebars" % "4.7.6"
[org.webjars/handlebars "4.7.6"]