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