is not current version
Last Version 2.3.2

com.github.jknack:handlebars-json 2.2.1

A JSON Helper base on Jackson

Categories

Categories

JSON Data
GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

handlebars-json
Version

Version

2.2.1
Type

Type

jar

Download handlebars-json 2.2.1


<!-- https://jarcasting.com/artifacts/com.github.jknack/handlebars-json/ -->
<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>handlebars-json</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-json/
implementation 'com.github.jknack:handlebars-json:2.2.1'
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-json/
implementation ("com.github.jknack:handlebars-json:2.2.1")
'com.github.jknack:handlebars-json:jar:2.2.1'
<dependency org="com.github.jknack" name="handlebars-json" rev="2.2.1">
  <artifact name="handlebars-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='handlebars-json', version='2.2.1')
)
libraryDependencies += "com.github.jknack" % "handlebars-json" % "2.2.1"
[com.github.jknack/handlebars-json "2.2.1"]