Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.jknack |
ArtifactId | ArtifactIdhandlebars-json |
Version | Version2.2.3 |
Type | Typejar |
Filename | Size |
---|---|
handlebars-json-2.2.3.pom | |
handlebars-json-2.2.3.jar | 7 KB |
handlebars-json-2.2.3-sources.jar | 4 KB |
handlebars-json-2.2.3-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jknack/handlebars-json/ -->
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-json</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-json/
implementation 'com.github.jknack:handlebars-json:2.2.3'
// https://jarcasting.com/artifacts/com.github.jknack/handlebars-json/
implementation ("com.github.jknack:handlebars-json:2.2.3")
'com.github.jknack:handlebars-json:jar:2.2.3'
<dependency org="com.github.jknack" name="handlebars-json" rev="2.2.3">
<artifact name="handlebars-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='handlebars-json', version='2.2.3')
)
libraryDependencies += "com.github.jknack" % "handlebars-json" % "2.2.3"
[com.github.jknack/handlebars-json "2.2.3"]