GroupId | GroupIdcom.github.jknack |
---|---|
ArtifactId | ArtifactIdhandlebars-helpers |
Version | Version4.0.7 |
Type | Typejar |
Filename | Size |
---|---|
handlebars-helpers-4.0.7.pom | |
handlebars-helpers-4.0.7.jar | 11 KB |
handlebars-helpers-4.0.7-sources.jar | 5 KB |
handlebars-helpers-4.0.7-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jknack/handlebars-helpers/ -->
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-helpers</artifactId>
<version>4.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-helpers/
implementation 'com.github.jknack:handlebars-helpers:4.0.7'
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-helpers/
implementation ("com.github.jknack:handlebars-helpers:4.0.7")
'com.github.jknack:handlebars-helpers:jar:4.0.7'
<dependency org="com.github.jknack" name="handlebars-helpers" rev="4.0.7">
<artifact name="handlebars-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='handlebars-helpers', version='4.0.7')
)
libraryDependencies += "com.github.jknack" % "handlebars-helpers" % "4.0.7"
[com.github.jknack/handlebars-helpers "4.0.7"]