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