is not current version
Last Version 0.2.2

com.github.json-template:jsontemplate 0.2.1

A library for generating json

Categories

Categories

JSON Data
GroupId

GroupId

com.github.json-template
ArtifactId

ArtifactId

jsontemplate
Version

Version

0.2.1
Type

Type

jar

Download jsontemplate 0.2.1


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