MVN

com.github.jknack : handlebars-json

Maven & Gradle

Oct 23, 2015
1.3k stars

A Jackson 1.x helper · A JSON Helper base on Jackson

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>handlebars-json</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jknack : handlebars-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of com.github.jknack : handlebars-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
handlebars-json-2.3.2
handlebars-json-2.3.1
handlebars-json-2.3.0
2.2.x
handlebars-json-2.2.3
handlebars-json-2.2.2
handlebars-json-2.2.1
handlebars-json-2.2.0
2.1.x
handlebars-json-2.1.0
2.0.x
handlebars-json-2.0.0
1.3.x
handlebars-json-1.3.2
handlebars-json-1.3.1
handlebars-json-1.3.0
1.2.x
handlebars-json-1.2.1
handlebars-json-1.2.0
1.1.x
handlebars-json-1.1.2
handlebars-json-1.1.1
handlebars-json-1.1.0
1.0.x
handlebars-json-1.0.0
0.12.x
handlebars-json-0.12.0
0.11.x
handlebars-json-0.11.0
0.10.x
handlebars-json-0.10.0
0.9.x
handlebars-json-0.9.0
0.8.x
handlebars-json-0.8.0
0.7.x
handlebars-json-0.7.0
0.6.x
handlebars-json-0.6.2
handlebars-json-0.6.1
handlebars-json-0.6.0
0.5.x
handlebars-json-0.5.5
handlebars-json-0.5.4
handlebars-json-0.5.3
handlebars-json-0.5.2
handlebars-json-0.5.1
handlebars-json-0.5.0
0.4.x
handlebars-json-0.4.2
handlebars-json-0.4.1
handlebars-json-0.4.0

How to add a dependency to Maven

Add the following com.github.jknack : handlebars-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>handlebars-json</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jknack : handlebars-json gradle dependency to your build.gradle file:

implementation 'com.github.jknack:handlebars-json:2.3.2'

Gradle Kotlin DSL: Add the following com.github.jknack : handlebars-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jknack:handlebars-json:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jknack : handlebars-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jknack" % "handlebars-json" % "2.3.2"

Advertisement