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