| GroupId | GroupIdcom.github.jknack |
|---|---|
| ArtifactId | ArtifactIdhandlebars-without-rhino |
| Version | Version2.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| handlebars-without-rhino-2.3.1.pom | |
| handlebars-without-rhino-2.3.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jknack/handlebars-without-rhino/ -->
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-without-rhino</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-without-rhino/
implementation 'com.github.jknack:handlebars-without-rhino:2.3.1'
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-without-rhino/
implementation ("com.github.jknack:handlebars-without-rhino:2.3.1")
'com.github.jknack:handlebars-without-rhino:jar:2.3.1'
<dependency org="com.github.jknack" name="handlebars-without-rhino" rev="2.3.1">
<artifact name="handlebars-without-rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='handlebars-without-rhino', version='2.3.1')
)
libraryDependencies += "com.github.jknack" % "handlebars-without-rhino" % "2.3.1"
[com.github.jknack/handlebars-without-rhino "2.3.1"]