| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdhandlebars-helpers |
| Version | Version0.9.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| handlebars-helpers-0.9.8.pom | |
| handlebars-helpers-0.9.8.jar | 57 KB |
| handlebars-helpers-0.9.8-sources.jar | 22 bytes |
| handlebars-helpers-0.9.8-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/handlebars-helpers/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>handlebars-helpers</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/handlebars-helpers/
implementation 'org.webjars.npm:handlebars-helpers:0.9.8'
// https://jarcasting.com/artifacts/org.webjars.npm/handlebars-helpers/
implementation ("org.webjars.npm:handlebars-helpers:0.9.8")
'org.webjars.npm:handlebars-helpers:jar:0.9.8'
<dependency org="org.webjars.npm" name="handlebars-helpers" rev="0.9.8">
<artifact name="handlebars-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='handlebars-helpers', version='0.9.8')
)
libraryDependencies += "org.webjars.npm" % "handlebars-helpers" % "0.9.8"
[org.webjars.npm/handlebars-helpers "0.9.8"]